body{
	background-color: #FFFFFF;
	margin: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/tv.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.content{
	background-color: #FFFFFF;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;

}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;

}
.copyrightlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003596;
	background-color: #FFFFFF;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003596;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: none;
	border-bottom: 3px double #003596;
	border-left: 3px double #003596;
	border-right: 3px double #003596;
}
.border{
	border: 1px solid #003596;
}
.bordertop{
	border-top: 1px solid #003596;
}
.borderbottom{
	border-bottom: 1px solid #003596;
}
.bordertopbottom{
	border-top: 1px solid #003596;
	border-bottom: 1px solid #003596;
}
.borderdouble{
	border: 4px double #003596;
}
.borderdoubleleftrighttop{
	border-left: 3px double #003596;
	border-right: 3px double #003596;
	border-top: 3px double #003596;
	border-bottom: none;
	background-color: #FFFFFF;
}

.borderdoubleleftright{
	border-left: 3px double #003596;
	border-right: 3px double #003596;
	border-top: none;
	border-bottom: none;
	background-color: #FFFFFF;
}
.borderdoubleleftrightbottom{
	border-left: 3px double #003596;
	border-right: 3px double #003596;
	border-top: none;
	border-bottom: 3px double #003596;
	background-color: #FFFFFF;
}
hr{
    height: 1px;
    color: #003596;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003596;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	font-weight: bold;
}
a.heading{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003596;
	text-decoration: none;
	font-weight: bold;
}
a.heading:hover{
	text-decoration: underline;
	font-weight: bold;
}
a.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003596;
	text-decoration: none;
}
a.footer:hover{
	text-decoration: underline;
	color: #000000;
}
a.teaser{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
a.teaser:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.cell{
	height : 25px;
	width : 150px;
}
	#buttons a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 2px;
	background-color: #003596;
	font-weight: bold;
	border-left: 3px solid #92B1D3;
	border-right: 3px solid #0C2644;
	border-top: 3px solid #92B1D3;
	border-bottom: 3px solid #0C2644;
}
	#buttons a:link {
	color:  #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	
}
	#buttons a:visited {
	color:  #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	}

	#buttons a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C5FBC6;
	font-weight: bold;
	border-left: 3px double #0C2644;
	border-right: 3px double #92B1D3;
	border-top: 3px double #0C2644;
	border-bottom: 3px double #92B1D3;
}
	#buttons a:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
}	
li.graphic{
	list-style-image: url(images/bullet.jpg);
	vertical-align: 0px;
	margin-left: 20px;
	line-height: 20px;
}
table.shows{
	padding-left: 75px;
}