@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: CALIBRI;
 src: url("CALIBRI.TTF");
}
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;}
a {
	color:#999999;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dashed;
}
img {
	border:0px;
}
.cer {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
.left {
	text-align:left;
	display:block;
}
.right {
	text-align:right;
	display:block;
}
.center {
	text-align:center;
	display:block;
}
.header {
	background-color:#99CC00;
	height:55px;
	margin-bottom:1px;
}
.header_menu {
	background-color:#FFDB34;
	height:30px;
}
.header_menu li {
	float:left;
	width:auto;
	list-style:none;
	line-height:35px;
	overflow:hidden;
	display:block;
	height:30px;
}

.header_menu li a {
	color:#333333;
	margin-left:10px;
	margin-right:10px;
}
.column {
	width:230px;
	float:left;
	line-height:150%;
}
.column a {
	color:#99CC00;
	text-decoration:none;
}
.column a:hover {
	color:#666666;
}
h2 {
	color:#7CA722;
	font-size:26px;
	font-family:Calibri;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
.col_t {
	color:#7CA722;
	font-weight:bold;
	display:block;
	margin-top:10px;
}
.list li {
	list-style:none;
	line-height:18px;
	color:#666666;
	display:block;
	padding-left:16px;
	background-image:url(../images/dot.gif);
	background-repeat:no-repeat;
}
.list li a {
	color:#999999;
	text-decoration:none;
}
.list li a:hover {
	color:#99CC00;
}
.footer {
	border-top:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#999999;
}
.footer_c {
	background-image:url(../images/logo-f.jpg);
	background-repeat:no-repeat;
	margin:20px;
	padding-left:70px;
}

.logo{
float:left;
}
.login {
padding-top:20px;
color:#CCE680;
}
.login a{
color:#E1F0B3;
}
.login a:hover{
border-bottom:1px dashed #E1F0B3;
}
.login .s3{
color:#DBEDA6;
}
.input_name {
	width:90px;
	height:15px;
	border:0px;
	padding-left:10px;
	padding-top:6px;
	background-image:url(../images/inputbg.gif);
	background-repeat:no-repeat;
	cursor:hand;
	color:#999999;
}
.input_password {
	width:90px;
	height:17px;
	border:0px;
	padding-left:10px;
	padding-top:4px;
	background-image:url(../images/inputbg.gif);
	background-repeat:no-repeat;
	cursor:hand;
	color:#999999;
}
.input_button {
	border:0px;
	line-height:20px;
	height:21px;
	width:50px;
	background-color:#ffffff;
	cursor:hand;
}


table {
	text-align:center;
	color:#666666
}
.main {
	margin-top:80px;
	margin-bottom:40px;
	overflow:hidden;
}
.main_content {
	width:520px;
	float:left;
	margin-bottom:-10000px;
	padding-bottom:10000px;
	line-height:22px;
	background-repeat:no-repeat;
}
.main_content a {
	text-decoration:none;
}
.main_content a:hover {
}
h3 {
	display:block;
	font-size:20px;
}
.line{
	width:1px;
	float:right;
	border-right:1px dashed #CCCCCC;
	margin-bottom:-10000px;
	padding-bottom:10000px;
	margin-right:18px;
	margin-left:18px;
}
.sidebar {
	width:220px;
	float:right;
	margin-bottom:-10000px;
	padding-bottom:10000px;
	font-size:14px;
	line-height:20px;
	padding-top:120px;
	text-align:left;
	background-repeat:no-repeat;
}
.sidebar li {
	list-style:none;
	font-weight:bold;
	margin-bottom:15px;
}
.sidebar li a {
	color:#999999;
	text-decoration:none;
	margin-bottom:16px;
	padding-right:20px;
}
.sidebar li a:hover {
	margin-bottom:15px;
}
.sidebar ul {
	padding:0px;
}
.sidebar ul li a {
	background-image:url(../images/dot-c0.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:5px;
}
.page {
	margin-top:30px;
	height:40px;
}
.page li {
	display:block;
	float:left;
	font-size:10px;
	line-height:10px;
	margin-left:4px;
	float:right;
}
.page li a {
	color:#999999;
	display:block;
	border:1px solid #999999;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	padding-top:5px;
	line-height:10px;
}
.page li a:hover {
	border:1px solid #666666;
	background-color:#efefef;
}
.t_c_title{
font-weight:bold;
line-height:20px;
}
.back{
margin-top:20px;
text-align:right;
display:block;
cursor:hand;
height:20px;
float:right;
}
.back a:hover{
	border-bottom:1px dashed
}