@charset "UTF-8";

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(img/bgi.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	font-size: 12px;
	text-align: left;
}
#head {
	background-color: #e2e6e7;
	height: 200px;
	width: 100%;
	
}
#head2 {
	background-color: #e2e6e7;
	height: 30px;
	width: 100%;
}
#headinfo {
	background-color: #e2e6e7;
	float:right;
	margin-top: 10px;
}
#foot {
	color:#AAAAAA;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subhead {
	background-color: #e2e6e7;
	width: 700px;
}

#logo {
	float:left;
	margin-top: 10px;
}

#login {
	float:right;
	margin-top: 30px;
	margin-left: 20px;
	width: 200px;
	background-image: url(img/bglogin.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main {
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px dotted #FF9E06;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px dotted #FF9E06;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #437E92;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #4A96B0;
	border-right-color: #4A96B0;
	border-bottom-color: #4A96B0;
	border-left-color: #4A96B0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9F07;
}

.special {
	width:5px;
	visibility:hidden;
}
a:link,a:visited {
	color: #437E92;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover,a:active {
	color: #FF9E06;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.note {
	font-size: 10px;
}

