@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: 宋体, sans-serif;
	text-align: center;
	font-size: 12px;
	width: 750px;
	margin: 0 auto;
	line-height: 18px;
	color:#333;
	
}
a:link
{
	color:#F00;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #F00;
}
a:hover
{
	color: #F00;
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}
p
{
	text-indent: 1.5em; text-align:left; line-height:20px;
}
table{ border:0px;}
table thead th{
	  height:20px; color:#F00; font-size:16px; }
table tbody th{
	 background-color:#F3F8FE; height:20px;}

