BODY {
	font-family: Helvetica;
 	font-size: 12px;
 	color: #000000;
 	background-color: #FFFFFF;
	margin-left: 5pt;
	margin-top: 5pt;
	margin-right: 5pt;
	margin-bottom: 5pt;
}

H1 {
	font-family: Helvetica;
	font-size: 24px;
	font-weight: navy;
	color: brown;
	float:center;
}

H2 {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: navy;
}

H3 {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: teal;
}

TH {
	font-family: Helvetica;
 	font-size: 12px;
}
 
TD {
	font-family: Helvetica;
 	font-size: 12px;
}

P {
	font-family: Helvetica;
 	font-size: 12px;
}

UL {
	font-family: Helvetica;
 	font-size: 12px;
}

LI {
	font-family: Helvetica;
 	font-size: 12px;
}
	
A {
	font-family: Helvetica;
 	font-size: 12px;
	font-weight: bold;
 	color: #FF0000;
 	text-decoration: none;
}
A:visited { 
	color: #AA0000;
}
A:hover { 
	color: #00AA00;
	text-decoration: underline;
}
A:active{
	color: #00AA00;
	text-decoration: underline;
}


.boxtitle {
	font-family: Helvetica;
 	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
