.whitetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.blacktext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.greytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #9c9c9c;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #1c5b38;
}
.underline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cfcece;
}
.linksml:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c5b38;
	text-decoration: none;
}
.linksml:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c5b38;
	text-decoration: none;
}
.linksml:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}