BODY {
	font-family : 宋体;
	font-size :  12px;	
	color:black;	
}
TABLE {
	font-family : 宋体;
	font-size :  12px;	
}
li{margin-bottom: 0.5em;}
.paratd {
	LINE-HEIGHT: 130%; LETTER-SPACING: 0.1em
}
 
/* A */
A:HOVER {	
	text-decoration : none;
	color :  Red;
}
A:LINK { 
	   color: #3366cc;
	   text-decoration : none;
}
A:VISITED {
     color: #3366cc;
	 text-decoration : none;
}
 
 
A.Black:hover{ 
	text-decoration : none;
	color:#FF6600;
 }
A.Black:LINK { 
	   color: Black;
	   text-decoration : none;
}
A.Black:VISITED {
	 color: black;
	 text-decoration : none;
}
 
A.White:hover{ 
	color:red;
 }
A.White:LINK { 
	   color: White;
	   text-decoration : none;
}
A.White:VISITED {
	 color: White;
	 text-decoration : none;
}

A.buttom:hover{ 
		color:red;
 }
A.buttom:LINK { 
   color: #3366cc;
   text-decoration : none;
}
A.buttom:VISITED {
	 color: #3366cc;
	 text-decoration : none;
}
A.yellow:hover{ 
		color:ff9933;
 }
A.yellow:LINK { 
   color: #ff9933;
   text-decoration : none;
}
A.yellow:VISITED {
	 color: #ff9933;
	 text-decoration : none;
}
A.yellow2:hover{ 
		color:#FFFF00;
		text-decoration : underline;
 }
A.yellow2:LINK { 
   color: White;
   text-decoration : underline;
}
A.yellow2:VISITED {
	 color: White;
	 text-decoration : underline;
}

/*文本字号*/

.12 {
    font-size:12px;
}

.13 {
    font-size:12px;
}
.14 {
    FONT-SIZE: 14px; FONT-STYLE: normal;
}	
.b_14 {
    font-size:14px;
	color: blue;
}	

.14B {
    font-size:14px;
	font-weight :  bold;
}			   

/* 颜 色 */

.maincolor {
	color: #7E95DA;
}

 td.b1 {
	background : #7EAADA url("images/buttom1.GIF") no-repeat fixed bottom;
	background-position :  bottom;
}
 td.b2 {
	background : #E6E6E6  url("images/buttom2.GIF") no-repeat fixed bottom;
	background-position :  bottom;
}