﻿body 
{
	margin:0px;
	height:0px;
	font-size:13px;
	font-family:"宋体";
	line-height:200%;
	background-attachment: fixed;        /*固定图片*/
	ondragstart:window.event.returnValue=false;
	oncontextmenu:window.event.returnValue=false;
	onselectstart:event.returnValue=false;
	topmargin:0;
	leftmargin:0;
}

td{
	font-size:13px;
}
a{
	text-decoration:none;
	color:#000099;
	font-size:13px;
}
a:hover{
	text-decoration:underline;
	color:#FF0000;
}
.bottom{
	color:#FFFFFF;
	text-align:center;
}
.menu{
	text-align:center;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.sub_title{
	text-align:center;
	font-size:25px;
}
.white {
	color:#FFFFFF;
}
.white A {
	color:#FFFFFF;
	text-decoration:none;
}
.white A:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
.TableBorder_b {
	BORDER-BOTTOM: #047AB5 1px solid;
	text-align:left;
}
.text_content{
	text-align:left;
	font-size:14px;
	line-height:200%;
}

