body { 
	font-family: Arial; 
	font-size: 15px; 
	color: #000000; 
}

.heading1   {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #EC1D27;
}
.heading2  {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #1F66B4;
}
.heading3   {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #B49401;
}
.heading4   {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.red   {color: #EC1D27;}
.blue   {color: #1F66B4;}
.red_bold_text {color: #cb3433; font-weight:bold;}
.blue_bold_text {color: #1f66b4;  font-weight:bold;}
.black_bold_text {color: #000000;  font-weight:bold;}
.body_copy { 
	font-family: Arial; 
	font-size: 15px; 
	color: #000000; 
}
.body_small { 
	font-family: Arial; 
	font-size: 12px; 
	color: #000000; 
}

