body {
	font-family: "Century Gothic", Arial, Verdana;
	background-color: #FFFFFF;
}

.menu {
	font-family: "Century Gothic", Arial;
	font-size: 10pt;
	text-transform: uppercase;
	color: #CCCCCC;
}
.menuOn {

	font-family: "Century Gothic", Arial;
	font-size: 10pt;
	text-transform: uppercase;
	color: #FF00FF;
}
a:link {
	font-family: "Century Gothic", Arial;
	font-size: 10pt;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;

}
a:visited {


	font-family: "Century Gothic", Arial;
	font-size: 10pt;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}

a:hover {

	font-family: "Century Gothic", Arial;
	font-size: 10pt;
	text-transform: uppercase;
	color: #FFFF00;
	text-decoration: none;
}
td {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #000000;
}
.head1 {
	font-size: 16px;
	font-weight: normal;
}
.grey {
	color: #999999;
}
.activelink {
	color: #CC3366;
}
.activelink a:visited{
	color: #CC3366;
}hr {
	color: #CCCCCC;
}


