/* CSS Document */

body {
	margin-top: 0px;
	font-family: Times New Roman;
	font-size: 13px;
	line-height: 170%;
background-color:#ffffff;
	margin-bottom:0px;
}
.STYLE1 {font-size: 13px}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0033;
}
a:active {
	text-decoration: none;
	color: #333333; 
}
/*连接2*/
a.b:link {
	text-decoration: none;
	color: #FF0033;
}
a.b:visited {
	text-decoration: none;
	color: #FF0033;
}
a.b:hover {
	text-decoration: underline;
	color: #666666;
}
a.b:active {
	text-decoration: none;
	color: #FF0033;
}
.style3 {}
.STYLE6 {color: #999999}
.STYLE7 {color: #3399CC}


/*连接3*/
a.c:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.c:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.c:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.c:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*连接4*/
a.d:link {
	text-decoration: underline;
	color: #FF0000;
}
a.d:visited {
	text-decoration: underline;
	color: #FF0000;
}
a.d:hover {
	text-decoration: none;
	color: #333333;
}
a.d:active {
	text-decoration: underline;
	color: #FF0000;
}

/*线条*/
.line {
BORDER-BOTTOM-STYLE: dotted; BORDER-LEFT-STYLE: ; BOdottedRDER-RIGHT-STYLE: dotted; BORDER-TOP-STYLE: dotted; color:#CCCCCC; size:1; width:100%;
}
