body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
.nav_active {
	font-size: 12px;
	font-style: normal;
	font-weight: bold; text-decoration: underline;
	color : #FF0000;
}

.nav {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}


h1 {
	font-size: 16px;
	color: #FF9900;
}
h2 {
	font-size: 14px;
	color: #FFFF99;
}
ul {
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 150%;
}

h3 {
	font-size: 12px;
	color: #FFFFCC;
}
table {
	background-color: #000000;
}


a:link, a:visited {
	color : #FFFF99;
	overflow: hidden;
	text-decoration: none;
}
a:hover		{
	text-decoration: underline;
	color : #FF0000;
}
.nav_sub {
	font-style: normal;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: disc;
}


.main		{
	font-size : 12px;
	color : #FFFFCC;
	font-weight: normal;
	text-indent: 1em;
	text-align: left;
	text-transform: inherit;
	overflow: auto;
	height: 120%;
}
