/* CSS Document */


/* Site Wide Properties */
body {
	margin: 0px;
	font: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
}

p, td, li, ul, h1, h2, h3, h4, h5, h6  {
	 font: 12px/16px Arial, Helvetica, sans-serif;
	 color: #000000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #000000;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 13px;
	font-weight: bolder;
	color: #000;
	margin: 0;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 11px;
	margin: 0 0 5px 0;
}

img 
{
	display: block;
	border: 0;
}

a:link {
	color: #666666;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #999999;
}

a:active {
	color: #666666;
}


/* Content Properties */

table#banner {
	background-color: #170e32;
	background-image: url(../IMAGES/0tvbanner3.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
}

td#name {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
} 

table#mainnavborder{
	margin: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	border: none;
}

td#mainnav  {
	padding: 2px;
	margin: 0px;
	font-weight: bold;
	background-color: #FFFFFF;
}

#mainnav a {
	text-decoration: none;
}

#footer {
	border-top: 1px solid #000;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #000000;
	background-image: url(../IMAGES/Bestfooterbanner.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#footer p  {
	font-size: 12px;
	line-height: 12px;
	color: #666;
	text-decoration: none;
}

.smaller {
	font-size: 80%;
	background-repeat: no-repeat;
	background-position: left;
}
