@charset "utf-8";
/* CSS Document */

a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
a.whitelink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.whitelink:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
a.whitelink:hover {
	color: #99FF00;
	text-decoration: none;
	font-size: 12px;
}
a.whitelink:active {
	color: #99CC00;
	text-decoration: none;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #7B9733;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #006600;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.greenboldtext {
	font-size: 18px;
	font-weight: bold;
	color: #7B9733;
}
.smalltext {
	font-size: 14px;
	color: #000000;
}
