<!--
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, SansSerif;
	spacing: 0px;
	padding: 0px;
	margin: 0px;
}

p,h1,h2,h3,td {
	font-family: Arial, Helvetica, SansSerif;
}

h1 {
	font-size: 14px;
	color: #cccc99;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #cccc99;
	font-weight: normal;
	text-decoration: underline;
}

h3 {
	font-size: 12px;
	color: #cccc99;
	font-weight: bold;
}

p {
	font-size: 12px;
}

td.dark {
	background-color: #003300;
}

td.light {
	background-color: #96B396;
}

td.frame {
	background-color: #96B396;
	vertical-align: top;
}

td.hierachy {
	background-color: #96B396;
	color: #ffffff;
	font-size: 10px;
	text-align: left;
}

td.menu {
	background-color: #003300;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #ffffff;
}

td.nav {
	text-align: right;
	vertical-align: top;
	background-color: #96B396;
	color: #003300;
	font-size: 12px;
	font-weight: bold;
}

td.main {
	background-color: #96B396;
	vertical-align: text-top;
	text-align: left;
	color: #000000;
	font-size: 12px;
}

td.foot {
	text-align: center;
	background-color: #ffffff;
	font-size: 10px;
}

a.hierachy {
	color: #ffffff;
}

a.menu {
	color: #ffffff;
	text-decoration: none;
}

a.nav {
	color: #003300;
	text-decoration: none;
}

a.main {
	color: #003300;
	font-weight: bold;
}
//-->
