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

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #CCFF00;
	text-decoration: underline;
}

a:visited {
	color: #CCFF99;
	text-decoration: underline;
}

a:hover {
	color: #CCCC99;
	text-decoration: underline;
}
.footerText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #333333;
	text-align: center;
}
