/* CSS Document */

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	text-align:center;
	margin-top:20px;
}

#container
{
	width: 700px;
	display:block;
	background-image:url(../images/bg1.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin-left: auto; 
	margin-right: auto;
}

#content
{
	text-align:left;
}
a:link {
	color: #F4641B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F4641B;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #F4641B;
}
.links
{
	padding:0px;
	margin:0px;
	padding-left:5px;
	margin-top:15px;
	font-size:20px;
	font-style:italic;
}

h1, h2
{
	color: #F4641B;
	font-size:20px;
	font-weight:normal;	
}

#infoChannel span, #infoChannelHow span
{
	display:none;
}

#infoChannel
{
	background-image:url(../images/info-channel-0.jpg);
	background-repeat:no-repeat;
	height: 78px;
	width:253px;
	display:block;
}

#infoChannel:hover
{
	background-image:url(../images/info-channel-1.jpg);
}

#infoChannelHow
{
	background-image:url(../images/info-channel-how-0.jpg);
	background-repeat:no-repeat;
	height: 78px;
	width:180px;
	display:block;
	margin-left:220px;
}

#infoChannelHow:hover
{
	background-image:url(../images/info-channel-how-1.jpg);
}

#tblInfoChannel 
{ 
	display:none;
	margin-top:30px;
	margin-bottom:30px;
} 
