/* CSS Document */
a:link {
	color: #Cbf3fb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #70e1ff;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
body{
	margin:0px;
	padding:0px;
	font-size:13px;
	font-family:Arial;
	background-color:#2064B0;
	overflow:hidden;
	text-align:center;
}
#header_swf{
	height:100%;
	width:852px;
	background-color:#000000;
	border-left-color:red;
}
#center{
	margin:10px;
	height:100%;
	width:850px;
	font-size:11px;
	color:#E7f2fd;
}
#down{
	margin:10px;
	height:40px;
	width:830px;
	font-size:11px;
	color:#E7f2fd;
	border-top:#8ec2f5 1px solid;
	padding:15px 0;
}


