.text {font-family: Verdana, Arial; font-weight: Normal; font-size: 11; color: #000000;}
.title {font-family: Verdana, Arial; font-size: 12; color: #000000; font-weight: Bold;}
A {text-decoration: none; font-weight: Normal; font-family:Verdana, Arial; font-size:11; color: #000000;}
A:hover { text-decoration: underline; font-weight: Normal; font-family:Verdana, Arial; font-size:11; color: #000000; }


p.nav {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}

.nav a {
	color: #000000;
	border-top: 3px solid #DCCE96;
	border-bottom: 3px solid #DCCE96;
	border-right: 3px solid #DCCE96;
	background-color: #DCCE96;
	display: block;
	text-decoration: none;
	width: 150px;
}

.nav a:hover {
	background-color: #EDE5C4;
	border-top: 3px solid #EDE5C4;
	border-bottom: 3px solid #EDE5C4;
	border-right: 3px solid #EDE5C4;
	color: #000000;
	text-decoration: none;
}

.nav a:active {
	background-color: #EDE5C4;
	border-top: 3px solid #EDE5C4;
	border-bottom: 3px solid #EDE5C4;
	border-right: 3px solid #EDE5C4;
	color: #000000;
	text-decoration: none;
}
