 
/* BLACK AND WHITE*/

.maincell {
background : #000000;
}

.subcellorange {
background : #000000;
color: #000000;
}

.subcelldarkgrey {
background : #000000;
color: #000000;
}

.subcelllightgrey {
background : #000000;
color: #000000;
}

.footer {
color: #28384E;
font-size: 80%;
margin-top: 20px;
padding-bottom: 20px;
display: block;
}
	
	
body, table, td {
font-family:  verdana, arial, Geneva, arial, helvetica, sans-serif;
font-size: 10pt; 
color:#ffffff;  
}

a:link, a:visited {
text-decoration:none;
color:#CCCCCC;
}

a:hover {
text-decoration:underline;
color:#CCCCCC;
}





