
BODY, TABLE, TD{
 font-family: Arial;
 font-size:12px;
 color:#000000;
}
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
A{
 color:#ffffff;
 text-decoration:none;
}
A:HOVER{
 text-decoration:underline;

}
A.nav:link  {
	color : #031c42;
	text-decoration : none;
	font-weight : bold;
}

A.nav:hover  {
	color : #ffffff;
	text-decoration : underline;
	font-weight : bold;
}
A.nav:visited  {
	color : #031c42;
	text-decoration : none;
	font-weight : bold;
}

.POINTER{
cursor:pointer;
}

.H1  {
        	font-family : arial;
			color : #001043;
        	font-size : 19px;
			font-weight : bold;
			font-style : italic;
			      	
        }
.copyright {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}