@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial;
}
#header-tabs {
	background: #FFF;
	width: 800px;
	height: 31px;
	margin-left: 0px;
	margin-right: 11px;
}
#header-bottom {
	background: #ccdaff;
	width: 800px;
	height: 25px;
	margin-left: 0px;
	margin-right: 0px;
}
.navcontainer {
	margin: 0;
	padding-left: 50px;
}
.navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.navcontainer li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
.navcontainer a {
	color: #444;
	display: block;
	height: 31px;
	text-decoration: none;
	width: 140px;
	background: #DDDDDD url('bkg_tab_off.jpg') no-repeat;
	line-height: 33px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.navcontainer a:hover, .navcontainer a:active {
	color: #FFFFFF;
}
.navcontainer a.active:link, .navcontainer a.active:visited {
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}
a {
	color: #666666;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #01589b;
}
a:hover {
	text-decoration: underline;
	color: #01589b;
}
.subnav {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #666666;
}
.subnav a:link {
	text-decoration: none;
	color: #666666;
}
.subnav a:visited {
	text-decoration: none;
	color: #666666;
}
.subnav a:active {
	text-decoration: none;
	color: #01589b;
}
.subnav a:hover {
	text-decoration: none;
	color: #01589b;
}
.subnav-ON {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #01589b;
	font-weight: bold;
}
.subnav-ON a:link {
	text-decoration: none;
	color: #01589b;
	font-weight:bold;
}
.subnav-ON a:visited {
	text-decoration: none;
	color: #01589b;
	font-weight:bold;
}
.subnav-ON a:active {
	text-decoration: none;
	color: #01589b;
	font-weight:bold;
}
.subnav-ON a:hover {
	text-decoration: none;
	color: #01589b;
	font-weight:bold;
}
.navlist {
	text-decoration: none;
	color: #000000;
}
.navlist a:link {
	text-decoration: none;
	color: #000000;
}
.navlist a:visited {
	text-decoration: none;
	color: #000000;
}
.navlist a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.navlist a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
