@charset "utf-8";
/* CSS Document */
body{
	margin: 0 0 0 0;
	background-color: #363636;
}
.yellow{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffcc00;
}
.txtField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 16px;
	width: 171px;
	border: 0px none #FFFFFF;
	background-color: #999999;
}
.listField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 17px;
	width: 171px;
	border: 0px none #FFFFFF;
	background-color: #999999;
	margin: 0px;
}
.textArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	width: 171px;
	border: 0px none #FFFFFF;
	background-color: #999999;
}
.contactText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.button_submit {
	background-image: url(../images/submit_button.jpg);
	height: 14px;
	width: 80px;
	border: thin none;
	cursor: hand;
}
.button_reset {
	background-image: url(../images/reset_button.jpg);
	height: 14px;
	width: 80px;
	border: thin none;
	cursor: hand;
}
.contactTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #386087;
}
.paging {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.paging {
	color: #FFFFFF;
	text-decoration:none;
}
a.paging:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
	height: 16px;
	width: 147px;
	background-image:url(../images/dropBg.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#dropmenudiv{
position: fixed;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
color:#FFFFFF;
line-height:21px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: #000000;
}