@charset "utf-8";
/* CSS Document */
*{
margin:0px; padding:0px;}

body{
	width:990px;
	margin:0 auto;
	text-align:center;
	font-size: 12px;
	background-color:#ffffff;
}
td{
font-size:12px;
}

a:link{
	text-decoration:none;
	color:#000000;
}
a:visited{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:none;
	color:#ff0000;
}
ol,ul,li{
list-style:none;
list-style-position: outside;
}
.top{
width:990px;
float:left;}
.logo{
width:250px;
float:left;
text-align:left;
margin-left:20px;
margin-top:10px;
}
.topright{
float:right;
vertical-align:middle;
width:250px;
margin-top:10px;
text-align:right;
}
.menu{
    width:993px;
	height:44px;
	clear:both;
	margin-bottom:5px;
}
.menu a{
float:left;
}
.foot{
width:990px;
float:left;
background-color:#F1F2F7;
margin-top:5px;
clear:both;
height:75px;
color:#999999;
}
.foot a:link{
	text-decoration:none;
	color:#999999;
}
.foot a:visited{
	text-decoration:none;
	color:#999999;
}
.foot a:hover{
	text-decoration:none;
	color:#ff0000;
}