html, body{
        padding: 0px;
        margin: 0px;
		background-color: #fe9900;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}


#fbFooter {
	height: 49px;
	aborder-top: solid 4px #0068c1;
	background-color: white;
	background-image: url('../img/ATVfooterBackground.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.fbPaginationMinor {
	color: #034d83;
	margin-left: 10px;
}

#fbCurrentPages {
	color: #fe9900;
}

#fbContentsMenu {
	color: #034d83;
	width: 250px;
}
#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	

}

#fbMenu {
	float: right;
	margin-top:8px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}