body 
{
	font-size: 12px;
	font-family: Arial;
	color: #006600;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom; 2px;
}

P {
	font-size: 12px;
	font-family: Arial;
	color: #006600;
	text-align: justify;
}

a:link {
	color: blue;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: blue;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: blue;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

/* Start of Header */
H1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

H2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

H3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: center;
}
H4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: left;
}
/* End of Header */

/* Start of table */
TD {
	font-size: 12px;
	font-family: Arial;
	color: #006600;
	vertical-align: top;
}
/* End of table */

UL
{
	font-size: 12px;
	font-family: Arial;
	color: #006600;
}

OL
{
	font-size: 12px;
	font-family: Arial;
	color: #006600;
}
