/*全局定义*/ 
body {
	margin: 0px;
	padding:0px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
	background-position:top;
	font-family:宋体,Arial; 
	font-size:12px;
	color:#CCCC99;
	line-height:22px;
}
table,td,th,p,div{
   margin:0px; 
   padding:0px; 
   font-family:宋体,Arial; 
   font-size:12px;
}
/*全局定义--超链接*/
a {
	font-size:12px;
	text-decoration: none;
	color: #CCCC99;
}
a:hover {
	font-size:12px;
	text-decoration: none;
	color: #ff6600;
}
a:visited {
	font-size:12px;
	text-decoration: none;
	color: #CCCC99;
}
/*自定义--背景*/
.bg_bottom{
	background-image: url(../images/bottom_bg.jpg);
	background-repeat:repeat;
	color:#999999;
}
/*自定义--字体*/
.font_title{	
    font-size:14px;
	font-weight:bold;
	color:#CCCC99;
}
.font_content{	
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	padding-top:25px;
}
/*自定义--颜色*/
.color_FF6666{
    color:#FF6666;
}
.color_005DAD{
    color:#005DAD;
}
.color_666{
    color:#666;
	}
/*自定义--其他*/
.imgindex{
border:3px solid #fff;
}
.equip{
border:3px double #CCCC99;
}

A.b:link { text-decoration: none; color: #999999; font-weight: normal; } 
A.b:visited { text-decoration: none; color: #999999; font-weight: normal; } 
A.b:active { text-decoration: none; color: #999999; font-weight: normal; } 
A.b:hover { text-decoration: underline; color: #999999; font-weight: normal; }

