body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.topheader {
	font-family: "Century Gothic", Arial;
	font-size: 24px;
	color: #CCCCCC;
}

.bannerdark {
	font-family: "Century Gothic", Arial;
	color: #666666;
	font-size: 54px;
}

.bannerlight {
	font-family: "Century Gothic", Arial;
	font-size: 54px;
	color: #CCCCCC;
}

body {
	background-color: #333333;
}

.bodyheader {
	font-size: 13px; 
	font-weight: bold; 
	color: #666666; 
}
.heading2 {
	font-family: "Century Gothic", Arial;
	font-size: 17px; 
	font-weight: bold; 
	color: #666666; 
}
.heading3 {
	font-family: "Century Gothic", Arial;
	font-size: 14px; 
	color: #666666; 
}

#navMenu {
	font-size: 14px; 
	color: #CCCCCC; 
}

.footer {font-size: 10px

}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: red;
}

#navMenu a:hover { 
	text-decoration: none;
	color: white;
}

