h1.RedHeader {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #800000;
	font-family:"Arial";
	
}

h2.BlueHeader {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000066;
	font-family:"Arial";
	display: block;
	
}

h3.BlueBodyText {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000066;
	font-family:"Arial";
	display: block;
	
}

h3.RedBodyText {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #800000;
	font-family:"Arial";
	display: block;	
	




