/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
}
input, select {
	font-size: 100%;
	background-color: #FFFF66;
	color: #333366;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.pageview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 170%;
}
.boldselect {
	font-weight: bold;
}
h1 {
	font-size: 130%;
	margin: 0px;
	padding-bottom: 6px;
	font-weight: bold;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
.headertop {
	background-color: #004182;
}
.headerbottom {
	background-color: #003366;
}
.content {
	line-height: 170%;
	padding-left: 20px;
	border-left: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	padding-right: 10px;
	background-attachment: scroll;
	background-image: url(../assets/wh_metal.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content STRONG{
	color: #333366;
}
.search {
	line-height: 170%;
	padding-left: 20px;
	padding-right: 10px;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.shadow {
	background-attachment: scroll;
	background-image: url(../assets/wh_shadow.gif);
	background-repeat: repeat-x;
}
.menu A { font-weight: bold; padding: 2px 8px; }
.menu A:link { COLOR: #FFFF00; }
.menu A:active { COLOR: #FFFFFF; }
.menu A:hover { text-decoration: none; background-color: #336699; }
.menu A:visited {
	COLOR: #CCCCCC;
}
.button {
	height: 24px;
	border: 1px solid #000000;
	color: #FFFF00;
	background-color: #333366;
	font-weight: bold;
}
.footer {
	border: 1px solid #333366;
	background-color: #003366;
	color: #FFFFFF;
}
.footer A {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
.footer A:link {
	text-decoration: underline;
}
.footer A:active { COLOR: #FFFF00; }
.footer A:hover { text-decoration: none; background-color: #336699; }
.footer A:visited { COLOR: #CCCCCC;	text-decoration: underline; }
li {
	list-style-type: square;
	color: #0A246A;
}
.hdivider {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.hdivider TD {
	border-bottom: 1px solid #CCCCCC;
}
.headers {
	font-weight: bold;
	color: #FFFF00;
	background-color: #003366;
}
hr {
	color: #CCCCCC;
}
.admin TH {
	font-weight: bold;
	color: #FFFF00;
	text-align: left;
}
.details TD {
	border-bottom: 1px solid #CCCCCC;
}
