body {
	background-color: #000000;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
 	color: #4E5858;
}
a:link, a:visited{
	text-decoration: none;
	
	color:#4E5858;
}
a:hover{
	text-decoration: none;
	color:#999999;
}
a:active, a:focus{
	text-decoration: none;
}
a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}
h1,h2,h3 {
	color: #999999;
	font-weight: bold;
	font-size: small;
	margin: 0px;
}

 .bar{
 	background-image: url(../images/logos.jpg);
	background-repeat: no-repeat;
	background-position: center;
 }
 .copygrey {color: #999999}
 
#divForm input.red
{
	width:58px;
	height:18px;
	background-color:#6F6D72;
	border:none;
	margin-right:2px;
	color:#530404;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.formclass {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#6F6D72;
	color : #530404;
}



 