
.Headline {
	font-family: Tahoma;	
	font-size: 24pt;
	font-weight: bold;
	line-height: 36pt;
	color: #FF0000;
	text-align: center;
	

}
.Subhead {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	text-align: center;

}

.body {
	color: #000000; /* text color */
	font-family: Arial; /* font name */
	font-size: small; /* font size */	
}

.Footer {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 9pt;
	font-weight: bold;
	color: #CCCCCC;

}

.box {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: FFFF00;
	border-width: 4px;
	border-style: solid;
	border-color: #FF0000;

}
