	a:link {color: black; text-decoration: none;}
	a:visited {color: black;  text-decoration: none;}
	a:hover {color: black;  text-decoration: none;}
	a:active {color: black; text-decoration: none;}


	body {
	text-align:center;
	margin:0px;
	padding:0px;
	}


	#wrapper {
	text-align: left;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	}

	H6 
	{font-family: Verdana, Arial;
	font-size: 8pt; 
	font-weight: normal; 
	line-height: 180%;
	}

 
	H1 
	{ font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height: 180%;
	margin-bottom: -15px;
	} 


	P 
	{font-family: Verdana, Arial; 
	font-size: 10pt; 
	font-weight: normal;
	line-height: 180%;
	}


	 #navcontainer
	{
	margin: 0;
	padding: 0;
	height: 24px;
	font: 13px  Verdana, Arial;
	width: 100%;
	border-bottom: 1px solid #bbb;
	list-style-type: none;
	background: #fff;
	}

	#navlist li
	{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	}

	#navlist li a, #navlist li a:link
	{
	background: #fff;
	color: #FF0000;
	text-decoration: none;
	padding: 3px 5px 5px 5px;
	display: block;
	}

	#navlist li a:hover
	{
	color: red;
	border-bottom: 3px solid #FF0000;
	cursor: pointer;
	background: white;
	}

	#navlist li a#current, #navlist li a#current:link
	{
	color: #000;
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #999;
	}

	#navlist li a#current:hover
	{
	border-bottom: 3px solid #bbb;
	background: white;
	}

