body {
	background-color: #eaf6eb;
}


.txtBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000;
	line-height: 18px;
}
.txtBody a:link {
	color: #4f33ae;
	text-decoration : none;
}
.txtBody a:visited {
	color: #4f33ae;
	text-decoration: none;
}
.txtBody a:hover {
	color: #4f33ae;
	text-decoration: underline;
}


.txtBlueBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.txtBlueBody a:link {
	color: #FFFFFF;
	text-decoration : none;
}
.txtBlueBody a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.txtBlueBody a:hover {
	color: #e78200;
	text-decoration: underline;
}


.txtHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f33ae;
}
.txtBodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #786c5f;
}
.txtBodyLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #786c5f;
}
.txtWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #786c5f;
}