@charset "utf-8";
/* CSS Document */

<!--
body {
	text-align: center;
	background-color: #182c41;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11pt;
}

td {
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: top;
}

h1 {
	font-size: 14pt;
	letter-spacing:2px;
	color: #182C41
}

h2 {
	font-size: 12pt;
	color: #182C41;	
}

h3 {
	font-size: 10pt;
}

ul.News {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size: 9pt
}

ul.News li {
	margin-bottom: 5px;
}

ul.EpisodeList {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size: 11pt;
}

ul.EpisodeList li {
	margin-bottom: 12px;
}

.EpisodeTitle {
	font-weight: bold;
	color:#600;
}

td.CharName {
	font-size: 11pt;
	font-weight: bold;
	color:#900;
}

td.CharDesc {
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 11pt;
}

.ComingSoon {
	line-height: 150%;
	font-style: italic;
	color:#06F;
}

.Content {
	padding-left: 20px;
	padding-right: 20px;
}

.NewsDate {
	font-weight: bold; 
	color: #600
}

#PageContainer {
	border: #CCC;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}

#MainNav {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFA;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: 3px;
}

#Copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 8pt;
	color: #182C41
}

#BottomBorder {
	background-color: #182c41;
	vertical-align: bottom;
}

#StoreTable {
	text-align:center;
}

a:link {
	text-decoration: none;
	color:#900;
}

a:hover {
	text-decoration: none;
	background-color: #BCCDE9;
}

a:active {
	text-decoration: none;
	background-color: #BCCDE9;
}

a:visited {
	text-decoration: none;
}





-->
