.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	text-decoration: none;
	font-weight: normal;
}
.bodytext_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
}
.body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.bodytext_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-weight: normal;
}
.mainlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.mainlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	text-decoration: underline;
	font-weight: bold;
}
.green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669933;
	text-decoration: none;
	font-weight: normal;
}
.greentext_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669933;
	text-decoration: none;
}
.redtext_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.redtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}
.send_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b1aad;
	text-decoration: underline;
	font-weight: normal;
}
.send_email:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b1aad;
	text-decoration:none;
	font-weight: normal;
}
.bottom-border {
	border-bottom: 1px dotted #669933;
}
.border {
	border: 1px solid #828282;
}
.button {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	text-decoration: none;
	margin-left: 5px;	
}