.Text {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	font-style: normal;

}

.Header {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	color: #8E6F42;

}

a:link {

	color: #000000;

	text-decoration: underline;

}



a:visited {

	color: #000000;

	text-decoration: underline;

}



a:active {

	color: #000000;

	text-decoration: underline;

}



a:hover {

	color: #000000;

	border-bottom: 1px dotted #007100;

	border-top: 1px dotted #007100;

	text-decoration: none;
	
	/* Navigation */



#navlist a {

	padding: 2px 2px;

}



#navlist a:link, #navlist a:visited {

	color: #FDD8A1;

	background-color: #8E6F42;

	text-decoration: none;

}



#navlist a:hover {

	color: #8E6F42;

	background-color: #FDD8A1;

	text-decoration: none;

}