.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 7px 0px;
	padding: 7px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 100%;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	margin: 2px;
	padding: 2px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	margin: 2px;
	padding: 2px;
}

#dropmenudiv a:hover{
	background-color: yellow;
	margin: 1px;
	padding: 1px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 7px 0px;
	padding: 7px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	width: 100%;
}
.mainbodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 70%;
	text-align: left;
	padding: 0px;
}

body {  background: #FFFFFF;  color: #333333;   margin: 0;  padding: 0;  text-align: center;}
a:active

{

      color: #333333;

      text-decoration: underline;

      font-weight: normal;

}

a:link

{

      color: #000000;

      font-weight: normal;

      text-decoration: underline;

}

a:visited

{

      color: #333333;

      font-weight: normal;

}

a:hover

{

      color: #333333;

      text-decoration: none;

      font-weight: normal;

}

