/* CSS Document */
html{text-align:center;	
}
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding:0px;margin:0px;
	background-image: url(bg2.jpg);	
	background-repeat: repeat-y;
	background-position: center;
	font-size:12px}
	
table,td,input,button{
	font-size:12px; 
	}
	
a:link,a:visited,a:active {font-size:12px;color:#000;text-decoration: none;}
a:hover{color:#FF2700;text-decoration:underline;}

h3{	font-size: 14px;
	color: #07519A;line-height:180%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom:10px;
}

h2{	font-size: 13px;
	color: #F60;line-height:100%;
	font-weight: bold;
}

.STYLE2 {color: #898989;filter: glow(color=#cccccc, strength=3, direction=1)}


/* 菜单链接 */
.menu1{height: 23px;display: block;padding:0px 15px 0px 15px;line-height:23px;text-align: center; border-right: 1px solid #858600; float:left; margin:0px 2px; font-weight: bold;}
a.menu1{font-size: 14px;color: #FFF;}
a.menu1:link{color:#FFF;;text-decoration:none;}
a.menu1:visited{color:#FFF;;text-decoration:none;}
a.menu1:hover{color:#FFFFC5;;text-decoration:underline;} 


/* 特殊链接1 */
.strong1{font-size:14px;font-weight:bold}


.more{
	font-size:10px;
	color:#FFFFFF
}
a.more{color:#FFFFFF}
a.more:link{color:#FFFFFF}
a.more:visited{color:#FFFFFF}
a.more:hover{color:#FFFFFF;}

/* 边框 */
.border{
	 background-color:#FFFFFF;
}
/* 虚线 */
.xuline{border-bottom: 1px dashed #FAB939;}
.xuline2{border-bottom: 1px dashed #CCCCCC;}

/* 标题 */

.caption2{
	line-height:25px;
	filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#B50000', endcolorstr='#E70000', gradienttype='0');
	border-top: 1px solid #7B2400;
	border-bottom: 4px solid #A50808;
	padding-left:10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
	}


/* 内容 */
.outline{
	line-height:220%;
	filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#FFFFFF', endcolorstr='#EFEFEF', gradienttype='0');
	border: 1px solid #CCCCCC;
	margin-top:1px;
	}

	
.button{
	height: 20px;
	width: 40px;
	background-color: #993366;
	display: block;
	line-height:20px;
	text-align: center;
}
a.button{font-size: 12px;color: #FFF;font-weight: bold;}
a.button:link{color:#FFF;;text-decoration:none;}
a.button:visited{color:#FFF;;text-decoration:none;}
a.button:hover{color:#FFF;;text-decoration:underline;} 



/* 底部 */
.footer{
	border-top: 4px solid #A50808;
	background-color: #D9DAD9;
	}