@charset "utf-8";
/* CSS Document */
<!--

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #dfe6ec;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.content {
	font-size: 11px;
	padding: 0px 10px 10px 10px;
}
.headbox {
	padding: 10px 10px 0px 10px;
}
.smallcontent {
	font-size: 9px;
}
.content a {
	color: #000000;
}
.smallcontent a {
	color: #000000;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
input, textarea {
	width: 200px;
	padding-left: 5px;
}
input {
	height: 14px;
}
select {
	width: 207px;
}
.button {
	width: 75px;
	height: 20px;
}
.login {
	width: 63px;
	height: 12px;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding-left: 5px;
}
.checkbox {
	width: 14px;
	vertical-align:bottom;
}
.err {
	color: #ff0000;
}
.boxtitle {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
}
.boxcontent {
	font-size: 10px;
	padding: 10px 5px 10px 5px;
}
.boxcontent ol {
	margin-left: -20px;
}
.boxcontent a {
	color: #000000;
}
.boxcontent a:hover {
	color: #89bdf7;
}
.headnav a {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.headnav a:hover {
	color: #89bdf7;
}
.headnav_active a {
	font-size: 13px;
	color: #89bdf7;
	text-decoration: none;
}
.hns {
	width: 41px;
}
.title, .title a {
	font-size: 11px;
	color: #0b9df0;
	font-weight: bold;
}
a.nav {
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	color: #0b9df0;
	/*height: 20px;*/
	padding: 0px 0px 0px 10px;
	display: block;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:hover.nav {
	color: #ffffff;
	background-color: #89bdf7;
}
a.nav_active {
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	color: #0d1967;
	/*height: 20px;*/
	padding: 0px 0px 0px 10px;
	background-color: #89bdf7;
	display: block;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:hover.nav_active {
	color: #ffffff;
	background-color: #89bdf7;
}
a.subnav {
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	color: #0b9df0;
	/*height: 20px;*/
	padding: 0px 0px 0px 25px;
	background-color: #dfe6ec;
	display: block;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:hover.subnav {
	color: #ffffff;
	background-color: #89bdf7;
}
a.subnav_active {
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	color: #0b9df0;
	/*height: 20px;*/
	padding: 0px 0px 0px 25px;
	background-color: #bed9f7;
	display: block;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:hover.subnav_active {
	color: #ffffff;
	background-color: #89bdf7;
}
.disclaimer {
	font-size: 10px;
	color: #89bdec;
	padding: 0px 0px 10px 10px;
}
.disclaimer a {
	color: #89bdec;
	text-decoration: none;
}
.disclaimer a:hover {
	color: #0b9df0;
	text-decoration: underline;
}
.rightcolumninput {
	width: 163px;
}
.rightcolumnselect {
	font-size: 9px;
	width: 170px;
}
#home {
	float: right;
	padding-right: 10px;
}

#rolldiv {
}
.dropdown {
	position: absolute;
	display: none;
	border-bottom: solid 1px #c8c8c8;
	width: 200px;
}
.dropnav {
	background-color: #eeeeee;
	border: solid 1px #c8c8c8;
	border-bottom: none;
	/*padding: 5px;*/
	display: block;
}
.droplink {
	display: block;
}
a.droplink {
	color:#0b9df0;
	font-size: 10px;
	display: block;
	padding: 5px;
}
a:hover.droplink {
	color: #ffffff;
	background-color: #89bdf7;
	display: block;
}
.spacer {
	display: block;
	height: 10px;
}
-->