.nav {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.nav a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.nav a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.navon {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
}
.pagetext {
	font-family: Verdana;
	font-size: 12px;
	padding-right: 50px;
	padding-left: 50px;
	font-weight: normal;
	color: #333333;
}
.v12 {
	font-family: Verdana;
	font-size: 12px;
}

.pagetext a {
    color: #D06800;
    text-decoration: underline;
}
