a:link {
	color : #008800;
	text-decoration : underline;
}

a:visited {
	color : #008800;
	text-decoration : underline;
}

a:hover {
	color : #999999;
	font-weight : bold;
	letter-spacing : 1px;
	text-decoration : none;
}

a:active {
	color : #999999;
	font-weight : bold;
	text-decoration : underline;
}

body {
	background-color : #FFFFFF;
	color : #000000;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

h1 {
	color : #005C01;
	font-size : 20px;
	letter-spacing : 1px;
}

h2 {
	color : #005C01;
	font-size : 18px;
	letter-spacing : 1px;
}

h3 {
	color : #005C01;
	font-size : 16px;
	letter-spacing : 1px;
}

p {
	color : #000000;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td {
	color : #000000;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.hdr3 {
	color : #005C01;
	font-size : 16px;
	letter-spacing : 1px;
	font-weight : bold;
}

