a {
	color: #0070E0;
	text-decoration: none;
}

a:hover{
	color: #EA7500;
}

table, body{
	padding:0;
	margin: 0;
}

body, TD {
	font-family:Verdana;
	font-size:12px;
	line-height:140%; /* 所有字的行距 */
	vertical-align:top;
	color: #5E5E5E;
	text-align: justify;

	
	scrollbar-face-color:#FFFFFF; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-darkshadow-Color:#FFFFFF; 
	scrollbar-arrow-color:#A0A0A0; 
	scrollbar-shadow-color:#A0A0A0; 
	scrollbar-highlight-color:#A0A0A0;  
	
	
}


.maintable{
	margin-left:auto;
	margin-right:auto;
}


/* START background-image */
.blocktop{
	background-image: url(bgimg/top_long.gif);
	background-position: top;
	background-repeat: no-repeat;
	height:33px;
}

.blocktopmid{
	padding:20px 30px 15px 30px;
	background-image: url(bgimg/mid_long.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.blockbottom{
	background-image: url(bgimg/bottom_long.gif);
	background-position: top;
	background-repeat: no-repeat;
}
/* END background-image*/


.cvtable{
	width:170;
	text-align:right;
	padding: 0 10px 0 0; /*上右下左*/
}


.blockbottom, .blockbottom a{
	font-size:9px;
	color:#336699;
	text-align:center;
}
.blockbottom a:hover{
	color:black;
}


			

.c1 {list-style-type: disc}
.c2 {list-style-type: circle}
.c3 {list-style-type: square}

