
body {
	margin-top: 0px;
	margin-left: 0px;
	font-size:small;
	}
	
A {
	color : #bfc3b7;
	text-decoration : underline;
}

A:Visited  {
	color : #cccccc;
	text-decoration : underline;
}

A:Active  {
	color : #829d47;
	text-decoration : underline;
}

A:Hover  {
	text-decoration : underline;
	color : blue;
}

A.menu {
	color : #666633;
	text-decoration : none;
}

A.menu:Visited  {
	color : #999999;
	text-decoration : none;
}

A.menu:Active  {
	color : #999999;
	text-decoration : none;
}

A.menu:Hover  {
	text-decoration : none;
	color : #CC0000;	
}	
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #666600;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	color: #996600;
}
	#nav {
		float:left;
		width: 225px;
		padding: 5px;
		font-size: 11px;
	line-height: 14px;
	
	height: auto;
	
}

#nav a
{
	background-color: #CCCC99;
	display: block;
	color: #999966;
	width: 225px;
	margin: 5px 5px 5px 5px;
	padding: 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
#nav dt
{
	list-style-type: none;
}
#nav a:hover
{
	background-color: #999966;
	color: #FFFFFF;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
