.font {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #324C19;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #88AB65;
	text-decoration: none;
}
.tableBorder {
	border: 3px solid #94B0C6;
}
.mainFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #314D1D;
}
.largeText {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 700;
	color: #314D1D;
}
.mainFontFrame {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #314D1D;
	margin-right: 15px;
	margin-left: 5px;
}
body { 
	scrollbar-base-color: #FCF3D4; 
	scrollbar-face-color: #FCF3D4; 
	scrollbar-track-color: #FCF3D4; 
	scrollbar-arrow-color: #324C19;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000; 
} 
.medText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #264422;
	text-decoration: none;
	font-weight: 500;
}
.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #264422;
	text-decoration: none;
	font-weight: 600;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	line-height: 16px;
	margin-left: 0px;
}
.rtMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #264422;
	text-decoration: none;
	font-weight: 600;
	list-style-type: none;
	margin-right: 25px;
	list-style-position: outside;
	line-height: 16px;
}
a:link {
	color: #344E31;
	text-decoration: none;
}
a:hover {
	color: #7B9DB9;
	text-decoration: underline;
	filter: Glow(Color=white, Strength=100);
}
a:visited {
	text-decoration: none;
	color: #829C93;
}
.reallySmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D9D2BA;
	text-decoration: none;
}
