body {
  background-color: #0A131C;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.maincontentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.headercontent {
	font-family: times new roman;
	font-size:20px;
	font-weight:bold;
	color:#333333; 
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
}

a:link {
	color: #330000;
}

a:visited {
  color: #333333;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}
/*  start footerLink */
	a.footerLink{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
	}
	a.footerLink:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	}
    a.footerLink:active{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
	}	
	a.footerLink:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #330000;
	text-decoration: underline;
	}	
