@charset "utf-8";
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
}
.BodyTextLightGreen {
	color:#EEFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
.BodyTextDarkGreen {
	color:#6B8E23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
.BodyTextE5Green {
	color:#33CC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
.BodyTextRed {
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}.BodyTextBrown {
	color:#CC6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
.BodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.BodyBoldE5Green {
	color:#33CC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.BodyBoldBioGreen {
	color:#006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.BodyBoldRed {
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.BodyBoldDKRed {
	color:#8b0b04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.BodyBoldBrown {
	color:#CC6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.BodyBoldLightBlue {
	color:#EEFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.BodyBoldDkBlue {
	color:#1595D3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.BodyBoxGreen {
	padding: 10px;
	background-color: #ddffcc;
	text-align: justify;
}
.BodyBoxLtOrange {
	padding: 10px;
	background-color: #ffeecc;
	text-align: justify;
}
.BodyBoxTan {
	padding: 10px;
	background-color: #fff5de;
	text-align: justify;
}
.BodyBoxLtBlue {
	padding: 10px;
	background-color: #c2d5E9;
	text-align: justify;
}
.BodyTitle {
	color: #EEFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.BodyTitleDarkGreen {
	color: #6B8E23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.BodyTitleRed {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.BodyTitleDKRed {
	color: #8b0b04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.BodyTitleE5Green {
	color: #33CC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.BodyTitleBrown {
	color: #CC6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.BodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
}
.BodyTextXSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: lighter;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
}
.BodyStar {
	font-size: x-small;
	color: #FF0000;
}
a {
	text-decoration: none;
}
a:hover {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
