.HugeBlue
{	
	FONT-WEIGHT: bold; 
	FONT-SIZE: 24px; 
	COLOR: #065CA5;	
}

.BigRed
{	
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20px; 
	COLOR: #CC0000;	
}


body {
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}

.headline1 {
	color: #000000;
	FONT-SIZE: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
.headline2 {
	color: #FF0000;
	FONT-SIZE: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}

.bodybold {
	font-weight: bold;
}

.bodyboldred {
	font-weight: bold;
	color: #FF0000;
}
.bodyheadline1 {
	FONT-SIZE: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
.bodyredheadline1 {
	color: #FF0000;
	FONT-SIZE: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}