body {  
	font-family: Arial, helvetica, sans-serif;
	background-color: #003300;
	font-size: 10pt;
}

p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
}

td, th {  
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
}

h1 { 
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

h2 {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

h3 {
	font-family: Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
}

a:link {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	color: #0000cc;
	text-decoration : none;
}

a:hover {
	color: #0000cc;
	text-decoration : underline;
}

a:active {
	color: #cc0000;
	text-decoration : underline;
}

.button {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #66FF66;
	border-width: 1pt;
	border-color: #006600;
	border-style: solid;
}
