@CHARSET "UTF-8";
/* Styles for footer, if v3Styles is not imported in page*/
.mainFrameDiv {
	width:685px;
	margin-left:3px;
}

.footerMenu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ff8000;
	text-align: center;
	padding-top:10px;
}
.footerMenu a {
	font-family: Verdana;
	font-size:11px;
	color:#ffffff;

}
.footerMenu a:hover {
	text-decoration: underline;
	color:#ff8000;
	font-size:11px;
}
.footerContent {
	font-family: Verdana;
	font-size:11px;
	color:#8f8f8f;
	text-align: center;
	margin:8px 10px 0 10px;	
}
.legalFooter {
		background-image:url(/images/lobby_footer_bg.jpg);
		background-repeat:repeat-x;
		height:155px;
		width:100%;
		margin-top: 5px;
		
}