/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	color: #CCCC99;
	font-size: 12px;
}

	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccccff;
	font-size: 16px;
	display:inline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccccff;
	font-size: 14px;
	display:inline;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccc99;
	padding: 0px;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer li { margin: 0 0 4px 0; }

#navcontainer a
{
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navlist a:visited
{
color: #cccc99;
text-decoration: underline;
}


#navcontainer a:link
{
color: #cccc99;
text-decoration: none;
}

#navcontainer a:hover
{
	color: #ccccff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navcontainer a:visited
{
color: #cccc99;
text-decoration: underline;
}


#active a:link
{
	color: #cccc99;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#active a:hover
{
color: #cccc66;
text-decoration: underline;
}

#active a:visited
{
color: #cccccc;
text-decoration: underline;
}