/*------网站全局样式----------*/

body,td,th {
	font-size: 12px;
	color:#033E82;
}
body {
margin:0;
padding:0;
border:solid 1px #CCCCCC;
background-color:#000000;
}
table {border-collapse:collapse;}


/*------网站链接样式----------*/
a:link {
	color: #033E82;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #033E82;
}
a:hover {
	text-decoration: underline;
	color: #BC2D09;
}
a:active {
	text-decoration: none;
	color: #033E82;
}

a.link2{    font-size:12px;
}
a.link2:link {
	color: #214DB6;
	text-decoration: none;
}
a.link2:visited {
	text-decoration: none;
	color: #214DB6;
}
a.link2:hover {
	color: #14202E;
}
a.link2:active {
	text-decoration: none;
	color: #14202E;
}

/*------网站文字样式----------*/
.STYLE1 {    
    font-size:20px;
	font-weight:bold;
}
.STYLE2 {
	color: #134CA3;
	font-weight: bold;
	font-size:20px;
}

.STYLE3 {
    font-size:13px;
	color:#60A2DF;
	font-weight: bold;
}
.STYLE4 {
    font-size:12px;
	letter-spacing: 1px;
	color:#273F5A;
	font-weight: bold;
}

.h {
	font-size: 12px;
	line-height: 20px;
	color:  #224ABB;
}
.h1{
	font-size: 12px;
	line-height: 22px;
	color:  #224ABB;
}