.text {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #666666;
}
.textBold {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.title {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
}
.titleLargeWhite {
	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #FFFF00;
	font-weight: bold;
}
.textWhite {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFFFFF;
}
.textWhiteSmaller {
	font-family: "Comic Sans MS";
	font-size: 0.8em;
	color: #FFFFFF;
}
a:link {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #107900;
	text-decoration: none;
}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #107900;
}

a:hover {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #107900;
	text-decoration: none;
}
.titleBlack {

	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.titleLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
	right: 10px;
}
.titlesmaller {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.standardText {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;
}
.smallBold {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
}
.standardTextItals {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

