@charset "utf-8";
/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	background-color:#3E0001;
	
}

form {
	margin: 0px;
}
input, textarea, select {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
	border: #999999 1px solid;
}
.input2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	border: #0074E8 1px solid;
}
.search_input {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
	border: #999999 1px solid;
	width:151px;
	height:20px;
}
p {
	margin: 0;
	padding: 0;
}
.submit {
	background-color: #F4F4F4;
	color: #000000;
	border: 0px #0000FF solid;
	cursor: pointer;
	padding: 1px;
}
.submit2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #999999;
	color: #FFFFFF;
	border: 1px #ffffff solid;
	cursor: pointer;
	padding: 5px;
	width: 150px;
}
.f_8 {
	font-size: 8pt;
}
.red {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.darkred {
	color: #CC3300;
}
.blue {
	color: #0000FF;
}
.lightblue {
	color: #0066FF;
}
.darkblue {
	color: #000099;
}
.orange {
	color: #FF6600;
}
.back_grey {
	background-color: #F4F4F4;
}
.grey {
	color: #666666;
}

.underline {
	text-decoration:underline;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.tx_left {
	text-align:left;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
.clear {
	clear:both;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.bor_top {
	border-top: #ffffff solid 1px;
}
.bor_left {
	border-left: #ffffff solid 1px;
}
.bor_right {
	border-right: #ffffff solid 1px;
}
.bor_bottom {
	border-bottom: #ffffff solid 1px;
}
.cursor {
	cursor: pointer;
}
.hide {
	display: none;
}

.top_link a:link {
	color:#666666;
	text-decoration:none;
}
.top_link a:visited {
	color:#666666;
	text-decoration:none;
}
.top_link a:hover {
	color:#FF0000;
	text-decoration:none;
}

.pic_link a:link img {border:#999999 solid 1px;}
.pic_link a:visited img {border:#999999 solid 1px;}
.pic_link a:hover img {border:#FF0000 solid 1px;}

.main a:link {color:#999999; text-decoration:none;}
.main a:visited {color:#999999; text-decoration:none;}
.main a:hover {color:#FF0000; text-decoration:none;}

.link a:link { color: #ffffff; text-decoration: underline; }
.link a:visited { color: #ffffff; text-decoration: underline; }
.link a:hover { color: #FF0000; text-decoration: underline; }

.link2 a:link { color: #ffffff; text-decoration: none; }
.link2 a:visited { color: #ffffff; text-decoration: none; }
.link2 a:hover { color: #ffffff; text-decoration: underline; }

.link3 a:link { color: #000000; text-decoration: underline; }
.link3 a:visited { color: #000000; text-decoration: underline; }
.link3 a:hover { color: #FF0000; text-decoration: underline; }


/*Vunshen div*/
.out {
	width: 798px;
	margin-left:auto;
	margin-right:auto;
	border:#000000 solid 1px;
}
.head {
	width: 798px;
	height: 221px;
}
.menu {
	width:798px;
	height:37px;
}
.main_out {
	width:798px;
	background-color:#4C0000;
	background-image:url(img/bgrnd.jpg);
	background-repeat:repeat-x;
	background-position:top;		
}
.title {
	width:593px;
	height:27px;
	background-image: url(img/title_bgrnd.jpg);
	background-repeat:repeat-y;
}
.title p {
	padding:5px 0px 0px 10px;
}
.main {
	width:606px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	
}

.footer {
	width:798px;
	margin-left:auto;
	margin-right:auto;
}
.footer_left {
	float:left;
	width:600px;
}
.footer_right {
	width:190px;
	float:right;
	text-align:right;
	padding:13px 4px 0px 0px;
}
.footer p {
	padding:2px 0px 0px 0px;
	font-size:8pt;
	text-align:center;
	color:#999999;
}
.footer_left a:link { color: #ffffff; text-decoration: none; }
.footer_left a:visited { color: #ffffff; text-decoration: none; }
.footer_left a:hover { color: #000000; text-decoration: underline; }

.powerby {
	width:973px;
	margin-left:auto;
	margin-right:auto;
	color:#999999;
	font-size:8pt;
}
.powerby_left {
	float:left;
	width:600px;
}
.powerby_right {
	width:273px;
	float:right;
	text-align:right;
	padding:13px 4px 0px 0px;
}
.powerby_left p {
	padding:13px 0px 0px 0px;
}
.powerby_right p {
	padding:0px 0px 0px 0px;
}

.powerby a:link { color: #cccccc; text-decoration: none; }
.powerby a:visited { color: #cccccc; text-decoration: none; }
.powerby a:hover { color: #FF0000; text-decoration: none; }

.hide {
	display: none;
}