body {
	font-size: 11px;
	font-family: verdana, sans-serif, arial;
	color: black;
	/*line-height: 13px;*/
	margin: 0;
	padding: 0;
	background-color: #535151;
	background-image:url(images/bg.jpg);
	background-repeat: repeat;
	/*background-position: top;*/
}


.body1 { font-family: Verdana, sans-serif; font-size: 11px; font-style: normal; color: #666666; font-weight: normal; text-decoration: none}
.table { font-family: Verdana, sans-serif; font-size: 10px; font-style: normal; color: #ffffff; font-weight: normal; text-decoration: none}
.table1 { font-family: Verdana, sans-serif; font-size: 10px; font-style: normal; color: #666666; font-weight: normal; text-decoration: none}
.copyright {  font-family: Verdana, sans-serif; font-size: 9px;  color: #cccccc; font-weight: normal; text-decoration: none}
.body2 {  font-family: Verdana, sans-serif; font-size: 11px; color: #333333; font-weight: normal; text-decoration: none}
.body3 { font-family: Verdana, sans-serif; font-size: 14px; font-style: normal; color: #666666; font-weight: normal; text-decoration: none}
.head1 {  font-family: Verdana, sans-serif; font-size: 13px; color: #7390AF; font-weight: bold; text-decoration: none}

.contact {  font-family: Verdana, sans-serif; font-size: 11px; color: #cccccc; font-weight: normal; text-decoration: none}
.alink1 {  font-family: Verdana, sans-serif; font-size:10px;  color: #ffffff; font-weight: normal; text-decoration: none}
.alink1:hover {  font-family: Verdana, sans-serif; font-size:10px; color: #cccccc; font-weight: normal; text-decoration: underline}

.alink2 {  font-family: Verdana, sans-serif; font-size:10px;  color: #000000; font-weight: normal; text-decoration: none}
.alink2:hover {  font-family: Verdana, sans-serif; font-size:10px; color: #000000; font-weight: normal; text-decoration: underline}

.alink3 {  font-family: Verdana, sans-serif; font-size:10px;  color: #ffffff; font-weight: normal; text-decoration: underline}
.alink3:hover {  font-family: Verdana, sans-serif; font-size:10px; color: #ffffff; font-weight: normal; text-decoration: none}

.alink4 {  font-family: Verdana, sans-serif; font-size:9px;  color: #999999; font-weight: normal; text-decoration: none}
.alink4:hover {  font-family: Verdana, sans-serif; font-size:9px; color: #999999; font-weight: normal; text-decoration: underline}

.alink5 {  font-family: Verdana, sans-serif; font-size:12px;  color: #000000; font-weight: normal; text-decoration: underline}
.alink5:hover {  font-family: Verdana, sans-serif; font-size:12px; color: #999999; font-weight: normal; text-decoration: none}

 .input
	{
	font-size: 8pt;
	border-top:#FFFFFF solid thin;
	border-bottom:#FFFFFF solid thin;
	border-right:#FFFFFF solid thin;
	border-left:#FFFFFF solid thin;
	font-family: verdana, helvetica, sans-serif;
	}
	
 .input1
	{
	font-family: verdana, helvetica, sans-serif;
	}

	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: 1;*/
}

#nav a {
	display: block;
	width: 11em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #696969;
	width: 10em;
	padding: 10px;
	line-height: 15px;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}