body 
{
	margin: 0px;
	background-color: #FFFFFF;
}
.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BC451B;
	text-decoration: none;
}
.redlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BC451B;
	text-decoration: none;
}
.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000
	text-decoration;none;
	}
.bodytext_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7A7877;
}
.bodyblacktext_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #93B536;
	text-decoration: none;
	}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #BC451B;
	text-decoration; none;
	}
.dottedleftborder
{
border-left-style:dotted;
border-left-color:#C3C1C0;
border-left-width:2px;
}
.dottedrightborder
{
border-right-style:dotted;
border-right-color:#C3C1C0;
border-right-width:2px;
}
.rightborder
{
border-right-style:solid;
border-right-color:#D1E899;
border-right-width:2px;
}
.dottedtopborder
{
border-top-style:dotted;
border-top-color:#C3C1C0;
border-top-width:2px;
}
.solidtopborder
{
border-top-style:solid;
border-top-color:#7A7877;
border-top-width:1px;
}
