@charset "utf-8";
.normalFont {
	font-family: "Century Gothic";
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding: 14px;
}
.massiveFont {
	font-family: "Century Gothic";
	font-size: 1px;
	color: #FFFFFF;
}

.normalFont a{
	color:#009933;
	text-decoration:none;
}
.normalFont a:visited{
	color:#009933;
	text-decoration:none;
}
.highlightFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFE500;
}

.normalFont a:hover{
	color:#3333CC;
	text-decoration:underline;
}
.footer {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #666666;
	padding: 8px;
}
.footer a{
	color: #666666;
	text-decoration:none;
}
.footer a:visited{
	color: #666666;
	text-decoration:none;
}
.footer a:hover{
	color: #666666;
	text-decoration:underline;
}
.navFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.navFont a{
	color: #000000;
	text-decoration:none;
}

.navFont a:visited{
	color: #000000;
	text-decoration:none;
}
.navFont a:hover{
	color:#99CC33;
	text-decoration:underline;
}
.ybag {
	color: #CC9933;
}

