@charset "utf-8";
/* CSS Document */
body{
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}
	a:link{
		font-size:inherit;
		color:#0099FF;
		text-decoration:none
	}
	a:visited{
		font-size:inherit;
		color:#0099FF;
		text-decoration:none
	}
	a:hover{
		font-size:inherit;
		color:#FF9900;
		text-decoration:underline;
	}
	a:active{
		font-size:inherit;
		color:#FF9900;
		text-decoration:none
	}
div#siteRap{
	display:block;
	width:800px;
	height:639px;
	overflow:visible;
}
div#banners{
	display:block;
	width:728px;
	height:90px;
	background:#333333;
	margin:10px 11px 0px 11px;
	overflow:hidden;
}
div#footer{
	display:block;
	width:750px;
	height:30px;
	margin:15px 0px 5px 0px;
	color:#999999;
}
	span.copyright{
		float:left;
		height:25px;
		width:350px;
		font-size:9px;
		text-align:left;
	}
	span.link{
		float:right;
		width:auto;
		margin:0px 15px 0px 0px;
		font-size:10px;
		border-bottom:1px dotted #FFFFFF;
	}
		span.link a:link{
			font-size:inherit;
			color:#FFFFFF;
			text-decoration:none;
		}
		span.link a:visited{
			font-size:inherit;
			color:#FFFFFF;
			text-decoration:none;

		}
		span.link a:hover{
			font-size:inherit;
			color:#FF9900;
			text-decoration:none;

		}
		span.link a:active{
			font-size:inherit;
			color:#FF9900;
			text-decoration:none;

		}