td {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;

}

body {
	font-size: 12px;
	font-weight: normal;
	margin:0px;
}
a:link {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: blink;
	font-weight: normal;


}
.memo {
	font-size: 12px;
	line-height: 40px;
	color: #666666;
	letter-spacing: normal;
	word-spacing: normal;

}
.mem{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
        text-justify:inter-ideograph;
}
.mem1 {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}

.comp {
	font-size: 12px;
	line-height: 17px;
	color: #FF0000;
	text-align:center;
	text-justify:inter-ideograph;
	font-weight: normal;

}
.copyright {
	font-size: 12px;
	line-height: 23px;
	color: #FBE8BE;
}
.left1 {
	font-size: 15px;
	line-height: normal;
	color: #CC0000;
}
.left0:link {
	font-size: 12px;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 0.8em;
	letter-spacing: 0.8mm;


}
.left0:visited {
	font-size: 12px;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 0.8em;
	letter-spacing: 0.8mm;
}
.left0:hover {
	font-size: 12px;
	line-height: 23px;
	color: #FFCC00;
	text-decoration: none;
	word-spacing: 0.8em;
	letter-spacing: 0.8mm;
}
.left9:link {
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;


}
.left9:visited {
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
}
.left9:hover {
	font-size: 12px;
	line-height: normal;
	color: #FFEBC2;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
}
.chang:link {
	font-size: 12px;
	line-height: normal;
	color: #FFEBC2;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;


}
.chang:visited {
	font-size: 12px;
	line-height: normal;
	color: #FFEBC2;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
}
.chang:hover {
	font-size: 12px;
	line-height: normal;
	color: #FFEBC2;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
}
.menu:link {
	font-size: 12px;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.3em;
}
.menu:visited {
	font-size: 12px;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.3em;
}
.menu:hover {
	font-size: 12px;
	line-height: 23px;
	color: #FFFF00;
	text-decoration: none;
	letter-spacing: 0.3em;
}


.enmenu:link {
	font-size: 12px;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;

}
.enmenu:visited {
	font-size: 12px;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;

}
.enmenu:hover {
	font-size: 12px;
	line-height: 23px;
	color: #FFFF00;
	text-decoration: none;
	
}

.menu1:link {
	font-size: 12px;
	line-height: 23px;
	color: #FF0000;
	text-decoration: none;
}
.menu1:visited {
	font-size: 12px;
	line-height: 23px;
	color: #FF6600;
	text-decoration: none;
}
.menu1:hover {
	font-size: 12px;
	line-height: 23px;
	color: #FF0000;
	text-decoration: none;
}
.ltt {
	color: #FF0000;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
.file {
	font-size: 12px;
	font-weight: normal;
	color: #6B542B;
	line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;

}
.td {
	margin: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.white {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
.top{
margin-left: auto;
margin-right: auto;
float:center;
width: 881px;
}
.top .bgimg{
  line-height: 34px;
  width:881px;height:34px;
  background-image:url(menu.jpg);   
  background-repeat:repeat;   
  }   
  .top .bg{
  width:881px;
  background-repeat:repeat;   
  }   

.main{
	margin-left:0;
	margin-right:0;
	float:center;
	width:1004px;
	background-image: url(left-bg.jpg);
}
.main .col1{
	float:left;
	width:220px;height:100%;
	background-image: url(left-bg.jpg);
}
.main .col2{
    float:left;/* 这个是关键的地方 让col2也往左浮动，紧跟在col1的后面 */
    width:783px;/* 给一个尺寸 可以随意*/
	background-image: url(r-bj.jpg);
}
.clear-float{clear:both}/* 清除col1和col2的float,否则main的高度会出错 没有包住它里面的有float的元素。 */
.title {
	background-image: url(../images/01_r10_c2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.table {
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
}
