.mainbodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}


.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}


.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #53889c;
}


.greenheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #889a28;
}


.bluebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #53889c;
}

.boldmainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}

a:link {
	color: #889a28;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7BB1C6;
}
a:hover {
	text-decoration: underline;
	color: #7BB1C6;
}
a:active {
	text-decoration: none;
	color: #7BB1C6;
}
