/* CSS Document */

body{
	color:#3e95b7;
	line-height:150%;
	margin:0;
	font-size:12px;
	font-family:Arial, 宋体;
}
.body_bg{
	background-color:#5aa1cb;
	text-align:center;
}
td{
	color:#000000;
	line-height:150%;
	font-size:12px;
	font-family:Arial, 宋体;
}
/*----------------链接样式-----------------*/
a.brown:link,a.brown:visited,a.brown:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.brown:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:link,a.white:visited,a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.redline:link,a.redline:visited,a.redline:active {
	color: #FF0000;
	text-decoration: underline;
}
a.redline:hover {
	color: #f39700;
	text-decoration: underline;
}


/*----------------foot-----------------*/
#foot { clear:both;width:750px; margin:0; line-height:18px; text-align:center;; background-repeat:no-repeat; background-position:right top; padding-top:12px;}
#foot ul li{ display:inline; padding-left:4px; padding-right:4px; }
#foot a { color:#FFFFFF; text-decoration:none;}
#foot a:hover { color:#FFFFFF; text-decoration:underline;}
#foot p { margin-top:4px; height:48px; line-height:18px; color:#FFFFFF;}
