.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ccffcc;
}
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: ccffcc;
}
.linkgold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
}
.linkgold a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
	text-decoration: none;
}
.linkgold a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
	text-decoration: underline;
}
.linkgold a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
	text-decoration: none;
}
.linkgold a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
	text-decoration: underline;
}

.activelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	text-decoration: none;
}
.redtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}
.quotescript {
	font-family: "Script MT Bold", Georgia;
	font-size: 20px;
	color: #ccffcc;
}
.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccffcc;
}
.event a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccffcc;
	text-decoration: underline;
}
.event a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccffcc;
	text-decoration: underline;
}
.event a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccffcc;
	text-decoration: underline;
}