/**定义整个页面的body的样式,代码如下**/
* {
	margin:0;
	padding:0;
}
body {
	MARGIN: 0px;
	PADDING: 0px;
	FONT-SIZE:12px;
}
a:link{font-weight : normal ;text-decoration : none ;color : #333 ;}
a:active {text-decoration:none;color : #333 ;}
a:visited {text-decoration:none;color : #333 ;}
a:hover {
	font-weight : normal;
	color : #CF0211;
	text-decoration: none;
}

/**字体样式**/
.menu a:link{
	text-align:left;
	color:#FFFFFF;
	height: 28px;
	width: 100%;
	text-decoration: none;
}
.menu a:active{
	color:#FFFFff;
	text-decoration: none;
}
.menu a:visited{
	color:#FFFFff;
	text-decoration: none;
}
.menu a:hover{
	color:#FFFF00;
	text-decoration: none;
}
.STYLE1 {color: #FFFF00}
.STYLE2 {color: #990000}
.font12{
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	}
.font12_1{
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	font-weight: bold;
	}
	.font12_2{
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	font-weight: normal;
	color: #CC0000;
	}
.font14{
	font-size: 14px;
	color: #a40000;
}

.font14B{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.font20{
	font-size: 14px;
	color: #000000;
	line-height: 32px;
	text-decoration: none;
}
.box01{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.box02{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
.box03{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
