
body  { color: #000000; font: 10pt Tahoma; background: green url(bg01green2.gif) fixed }

a:link { color: #000000; font-family: Tahoma }
a:active { color: #000000; font-family: Tahoma }
a:visited    { color: #999999; font-family: Tahoma }
a:hover      { color: #339900; font-family: Tahoma; }

table, td   { color: #000000; font:10pt Tahoma, Verdana , Arial}
tr  { color: #000000; background-color: rgb(255, 255, 255); font:10pt Tahoma, Verdana,  Arial}

h1  {
	color: black;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, verdana, arial;
	font-size: 14pt;
}
h2  {
	color: green;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, verdana, arial;
	font-size: 10pt;
}

h3  {
	color: green;
	text-align: left;
	font-weight: bold;
	font-family: Tahoma, verdana, arial;
	font-size: 12pt;
	border-bottom-color: green;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
