@charset "utf-8";
#list-menu {
	width: 150px;
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
}
#list-menu li {
	margin: 2px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
} 
#list-menu a {
	display: block;
	width:130px;
	border: 1px solid #000000; /*lets remove the link underlines*/
	filter:blendTrans(duration=0.5);
	text-decoration: none;
	border-top-color: #D70233;
	border-right-color: #D70233;
	border-bottom-color: #D70233;
	border-left-color: #D70233;
	padding: 2px 2px 2px 2px;
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #000000;
}
hr {
	color: #D70233;
}
body {
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color:#000000;
	text-align: center;
}
page {
font-size:10pt;
}
#CastTable {
	font-size: 10pt;
	border-style:none;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;

}
#PicTable {
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}
#td_Pic {
	text-align: center;
	vertical-align: middle;
	padding: 2.5pt;
}
tr {
    white-space: nowrap;
    vertical-align: top;
    height: 18;
    }
#td_Title {
    font-size:18pt;
	font-weight: bold;
	color: #D70233;
	text-align: center;
}
#td_Right {
	color: #D70233;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#td_Center {
	text-align: center;
    width: 20px;
}
#td_Left {
	text-align: left;
}

#list-menu a:hover {
border: 1px solid #D70233;
background: #D70233;
color: #FFFFFF;
} 
#season-menu {
	width: 150px;
	background-color: #D70233;
	color: #FFFFFF;
}
#season-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#season-menu li {
	margin: 2px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#season-menu a {
	display: block;
	width:130px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #D70233;
	text-decoration: none; /*lets remove the link underlines*/
	filter:blendTrans(duration=0.5);
}
#season-menu a:link, #season-menu a:active, #season-menu a:visited {
	color: #000000;
	background: #FFFFFF;
}
#season-menu  a:hover {
border: 1px solid #FFFFFF;
background: #D70233;
color: #FFFFFF;
}
h2 {
font-size:16.0pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #D70233
}
h1 {
font-size:10.opt;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000
}




.synopsis
 {
  text-align: justify;
 }
.heading
 {
    font-size:18pt;
	font-weight: bold;
	color: #D70233;
	text-align: center;
 }
.important
 {
  font-size: 14pt;
 }