BODY {
	background-color: #F5DEB3;
}

basefont {
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

p {
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 0pt;
}

h1 {
	color: #44b937;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: -3%;
}

h3 {
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -5pt;
}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

A {
	color: green;
	text-decoration: none;
}

A:HOVER {
	color: red;
	text-decoration: none;
}