body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #095BAF;
	margin-top: 0px;
	background-image: url(/images/leafheader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 12px;
	margin-left: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #055BB0;
	font-style: normal;
}

h2 {
	font-size: 14px;
	color: #000000;
	font-style: normal;
}
h3 {
	font-size: 14px;
	font-weight: lighter;
	text-align: bottom;
}
h4 {
	font-size: 12px;
	color: #ffffff;
	font-weight: lighter;
}
a:link {
	text-decoration: none;
	color: #0033CC;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #6888AF;
