@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Avant Garde Medium BT", Verdana, Aria, sans-serif;
	font-size: small;
 }

.redheader {
	font-family: "Century Gothic", "Avant Garde Medium BT", Verdana, Aria, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}


.header {
	font-family: "Century Gothic", "Avant Garde Medium BT", Verdana, Aria, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #afbd20;
}

.grayheader {
	font-family: "Century Gothic", "Avant Garde Medium BT", Verdana, Aria, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.subheader {
	font-family: "Century Gothic", "Avant Garde Medium BT", Verdana, Aria, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #afbd20;
}

.largelinks {
	font-family: "Century Gothic", "Avant Garde Medium BT", Verdana, Aria, sans-serif;
	font-size: 12px;
	color: #333333;
}

.maintext {
	font-family: "Century Gothic", "Avant Garde Medium BT", Verdana, Aria, sans-serif;
	font-size: 12px;
	color: #333333;
}
.boldtext {
	font-family: "Century Gothic", "Avant Garde Medium BT", Verdana, Aria, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.largetext {
	font-family: "Century Gothic", "Avant Garde Medium BT", Verdana, Aria, sans-serif;
	font-size: 12px;
	color: #333333;
}




a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #afbd20;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
