.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D42124;
	font-weight: bold;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
/*  links*/
a:link, a:visited, a:active {
	font-size: 11px;
	color: #333333;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #D42124;
	font-weight: 400;
	text-decoration: none;
	}
	
.bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: normal;

}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.headerbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d42124;
}

