﻿body,td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height:160%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
a{
	text-decoration: underline;
	color: #777777;

}
a:hover{
	text-decoration: none;
	color: #333333;

}
.Copyright{
	letter-spacing: 0px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #FFFFFF;
}
.Copyright a{
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
.Copyright a:hover{
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.Copyrightbg{
	background-image: url(../_img/copy_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}

.norow {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	width: 1px;
}

/*-----------index bg---------------------*/
.index_topbg {
	background-image: url(../_img/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.index_bottombg {
	background-image: url(../_img/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 213px;
}
.title {
	font-size: 15px;
	color: #1158A7;
	font-weight: bold;
}
.title2 {
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
}
.formtitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.formword {
	font-size: 12px;
	color: #333333;
}
.center {
	text-align: center;
}

