H1  { color: #000000; font-weight: bold; font-size: 14pt; font-family: Arial, Verdana, Helvetica, sans-serif }
H2  { color: #000000; font-weight: bold; font-size: 11pt; font-family: Arial, Verdana, Helvetica, sans-serif }
TD       { color: #000000; font-size: 10pt; font-family: Arial, Verdana, Helvetica, sans-serif }
TH  { color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Verdana, Helvetica, sans-serif }
A    { color: black; text-decoration: underline }
A:HOVER     { color: #a5a5a5 }
B {font-weight: bold}
.RedText {color: red}
.WhiteText {color: #ffffff}
.NavItem      { font-size: 10pt; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; cursor: pointer  }
.ErrorMsgText { color: Red; font-weight : bold; }
a:visited   { text-decoration: underline }
#button    { color: #FFFFFF; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; background-color: white; text-align: center; margin-bottom: 1em; padding: 0 0 1em; border: solid 1px black; width: 10em }
#button ul  { color: black; font-weight: bold; font-size: 12px; font-family: arial; list-style-type: none; list-style-position: outside; margin: 0em; padding-left: 0em; border: none }
		
#button li  { margin: 0; border-top: 1px solid; border-bottom: 1px solid #f5f5f5 }
#button li a  { color: #FFFFFF; text-decoration: none; background-color: #0000FF; display: block; padding: 5px 5px 5px 0.5em; border-right: 10px solid #0004B2; border-left: 10px solid #0004B2; width: 100% }

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #353AFF;
		border-right: 10px solid #353AFF;
		background-color: #6165FF;
		color: #FFFFFF;
		}
#navhd { font-weight: bold; font-family: Arial; text-align: center }
body { background-image: url(images/grey_bkd.gif) }

input {
 background-color: dcdcdc;
}
input:focus {
 background-color: ffffff;
} 
div#menubox {
	width: 130px;
	padding: 5px;
	color: #000;
	background-color : #dbdbdb;
}
div#menubox a {
	width: auto;
	display: block;
	font:11px arial, verdana,  georgia, sans-serif;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #ffe #aaab9c #ccc #fff;
	text-align : center;
	font-weight : bold;
}
div#menubox a:hover {
	width: 100%;
	color: #000;
	background: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #aaab9c #fff #fff #ccc;
	
}
div#menubox a:active {
	color: #000;
	background: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #aaab9c #fff #fff #ccc;
}


#sub1, #sub2, #sub3, #sub4 {display: none;}
.close{
	
	margin-left: 80%;
	}
