BODY {
	background-color: white;
	color : black;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin-left: 5%;
	background-image: url(bgrnd223.jpg);
	background-repeat: repeat-y;	
}

TD {
	background-color: white;
	color : black;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin-left: 5%;
}

H1 {
	color: green;
	font-size: 16pt;
}


H2 {
	color: green;
	font-size: 14pt;
}


H3 {
	color: green;
	font-size: 12pt;
}


H4 {
	font-variant: normal;
	font-weight: bold;
	color : green;
}


A {
	text-decoration: none;
	color: green;
}


A:Hover {
	text-decoration: none;
	color: green;
	font-weight : bold;
}

HR {
	background-image: url(bgrnd223.jpg);
	height: 5pt;
}