body {
	background-color: #19559B;
	background-image: url('../images/bg.gif');
    background-repeat: repeat-x;
	background-attachment:fixed;	

}	

body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
    font-family: SimSun, SimHei, MS Gothic, MingLiU, MS PGothic, MS Mincho;
	font-size: 13px;
	color: #000;
	line-height: 140%
}

h1 {
	font-size: 36px;
	font-weight: bold;
	color: #19559B;
	text-align:center;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #19559B;
	text-align:center;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #E93B34;
	text-align:center;
}


a:link {color:#E93B34; text-decoration:none;}
a:visited {text-decoration:none; color:#E93B34;}
a:hover {text-decoration:underline; color:#19559B;}
a:active {text-decoration:underline; color:#E93B34;}



.caption {
	font-size: 12px;
	font-weight: normal;
	color: #19559B;
}

.blue {
	font-size: 15px;
	font-weight: bold;
	color: #19559B;
}

.footer {
	font-family: Times New Roman;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #19559B;
}


