a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #000000; }

.white { color: #FFFFFF; }

body {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	background-color: #339966;
	line-height: 20px;
}

h1 {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

table {
	font-family:Arial;
	font-size:10pt;
	color: #000000;
	text-align: left;
}

td {
	vertical-align: top;
	line-height: 20px;
}

div.nav_top {
	color: #FFFFFF;
	background-color: #006600;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

a.nav_top_inactive { color: #FFFFFF; text-decoration: underline; }
a.nav_top_inactive:link { color: #FFFFFF; text-decoration: underline; }
a.nav_top_inactive:visited { color: #FFFFFF; text-decoration: underline; }
a.nav_top_inactive:active { color: #FFFFFF; text-decoration: underline; }

a.nav_top_active { color: #FFFFFF; text-decoration: none; }
a.nav_top_active:link { color: #FFFFFF; text-decoration: none; }
a.nav_top_active:visited { color: #FFFFFF; text-decoration: none; }
a.nav_top_active:active { color: #FFFFFF; text-decoration: none; }
