body {
	background-color: #4F66A7;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


.blackBG {
	background-color: #000000;
}



td {
	background-color: #4F66A7;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}



.transparent {
	background-color: transparent;
	font-size: 10px;
	color: #DDDDDD;
}
	
	









	
	
a:link {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}