/* CSS Document */
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #7A0000;
}
.heading2 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: BOLD;
	padding: 2px;
	text-align: left;
}
.heading3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #414141;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-weight: 300;
	color: #5C5751;
	line-height: 14px;
	background: #FFFFFF;
	padding: 0 5px 0 5px;
	margin: 0 5px 0 5px;
	text-align:left;
}
.bodytextbold {
	font: bold 9.5px/14px Arial, Helvetica, sans-serif;
	color:#1A2433;
	background: #FFFFFF;
	text-align:left;
}
