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

H1 {
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: navy;
}

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: 15px;
}
 
TD {
	font-family: Helvetica;
	font-size: 15px;
}

DIV {
	font-family: Helvetica;
	font-size: 15px;
}

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

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


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

