
P, UL, LI, DD,  TH, TD {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;

}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

}

.Head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #006600;
}

.Head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #006600;
}

.Head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #993300;
}



.footer {
font-size: 9pt; font-family:  Arial, Helvetica, sans-serif;
color: #ffffff;
}

/*BASIC LINKS*/
/* unvisited link */
a:link {
	color: #006600;
	text-decoration:none;
	font-weight : bold;
	font-size: 9pt;
}

/* visited link */
a:visited {
color: #006600;
text-decoration:none;
font-weight : bold;
font-size: 9pt;
}

/* mouse over link */
a:hover {
color: #006600;
font-weight : bold;
text-decoration: underline;
font-size: 9pt;
}

/*white LOOK  LINKS*/
/* unvisited link */
a:link.white {
	color: #ffffff;
	text-decoration:none;
	font-weight : bold;
	font-size: 9pt;
}

/* visited link */
a:visited.white {
color: #ffffff;
text-decoration:none;
font-weight : bold;
font-size: 9pt;
}

/* mouse over link */
a:hover.white {
color: #ffffffF;
font-weight : bold;
text-decoration: underline;
font-size: 9pt;
}