body {
	background-color: #1c4458;
}


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


.txtBoldBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	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: 14px;
	font-weight: bold;
	color: #ffffff;
}
.txtBodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
}



