body {
	background-color: #C5C5C5;
}

.bodyZoom {
	background-color: #444444;
}

body, td, p {
	font-size: 11px;
	font-family: tahoma;
	color: #FFFFFF;
}

.footerText, .footerText td {
	font-size: 10px;
	font-family: tahoma;
	color: #FFFFFF;
}

.copyrightText, .copyrightText td {
	font-size: 10px;
	font-family: tahoma;
	color: #686868;
}

a {
	color: #FFCC00; 
	text-decoration: none; 
	font-weight: none;}
	
a:hover {
	text-decoration: underline; 
}

.tableBg {
	background-color: #C5C5C5;
}

.tableBorder {
	border-width: 7px 7px 7px 7px;
	border-spacing: none none none none;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
}