a { color: #069; text-decoration: none; }
a:hover { color: #069; text-decoration: underline; }
* { padding: 0; margin: 0; }
img { border: 0; }
html { height: 100%; }

.clear { clear: both; }

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	height:100%;
}

#main {
	width: 900px;
	margin: 0 auto;
}

.brline {
	height: 15px;
}

.hr {
	background-image:url(_img/hr.png);
	height: 15px;
	font-size: 9px;
	line-height: 15px;
	margin-bottom: 1px;
}

.hr a {
	background-image:url(_img/hr_a.png);
	padding: 0 3px;
	color: #eee;
	height: 15px;
	display: block;
	float: right;
}
.hr a:hover { color: #fff; text-decoration: none; }

.hr .left {
	background-image:url(_img/hr_left.png);
	width: 2px;
	height: 15px;
	float: left;
}

.hr .right {
	background-image:url(_img/hr_right.png);
	width: 2px;
	height: 15px;
	float: right;
}

.hr .aleft {
	background-image:url(_img/hr_a_left.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #fff;
	width: 3px;
	height: 15px;
	float: right;
}

.hr .aright {
	background-image:url(_img/hr_a_right.png);
	width: 2px;
	height: 15px;
	float: right;
}

.hr .top {
	background-image:url(_img/hr_top.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #fff;
	width: 50px;
	height: 15px;
	text-align: right;
	float: right;
}

.hr .top a { padding: 0; }

#head {
	height: 100px;
	margin-bottom: 1px;
}

#head .logo {
	background-image:url(_img/head_logo.png);
	width: 180px;
	height: 100px;
	float: left;
}

#head .header {
	background-image:url(_img/head_header.jpg);
	width: 698px;
	height: 100px;
	margin: 0 1px;
	float: left;
	color: #fff;
	font-size: 11px;
}

#head .header .fselect {
	border: 1px solid #007dcd;
	width: 100px;
	font-size: 11px;
	padding: 1px;
	background-color: #1aa4ff;
	color: #fff;
}

#head .header .fselect option {
	color: #000;
	background-color: #fff;
}

#head .right {
	background-image:url(_img/head_right.png);
	width: 20px;
	height: 100px;
	float: left;
}

#nav {
	width: 180px;
	margin-right: 1px;
	float: left;
}

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

#nav .top {
	background-image:url(_img/nav_top.png);
	height: 2px;
}

#nav .foot {
	background-image:url(_img/nav_foot.png);
	height: 2px;
	margin-bottom: 1px;
}

#nav ul {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0 1px;
	list-style-type: none;
}

#nav li a {
	background-image:url(_img/nav_a.png);
	background-repeat: no-repeat;
	height: 21px;
	line-height: 20px;
	display: block;
	padding-left: 10px;
	font-weight: bold;
}

#nav li a:hover {
	background-image:url(_img/nav_a_hvr.png);
	color: #000;
}

#nav .login {
	background-image:url(_img/nav_login.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	line-height: 20px;
	color: #fff;
	padding-left: 11px;
	font-weight: bold;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#nav .form {
	text-align: center;
	padding: 3px 5px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#nav .form .text {
	background-image:url(_img/nav_form_text.png);
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	width: 137px;
	padding: 4px 2px 3px 5px;
	margin: 1px;
}

#nav .form .ma {
	background-image:url(_img/nav_form_ma.png);
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	width: 137px;
	padding: 4px 2px 3px 5px;
	margin: 1px;
}

#nav .form .password {
	background-image:url(_img/nav_form_pwd.png);
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	width: 137px;
	padding: 4px 2px 3px 5px;
	margin: 1px;
}

#nav .form .submit {
	background-image:url(_img/nav_form_submit.png);
	border: 1px solid #000;
	width: 80px;
	margin: 1px;
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px 0 2px 0;
}

#nav .form .submit:hover {
	background-image:url(_img/nav_form_submit_hvr.png);
}

#cont {
	width: 719px;
	float: left;
}

