a.navigation:link, a.navigation:visited, a.navigation:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #938523;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 12px;
	margin-right: 12px;
}

a.navigation:hover {
	color: #9d161d;
	text-decoration: none;
	}

	
a.navigation2:link, a.navigation2:visited, a.navigation2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #938523;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 8px;
	margin-right: 8px;
}

a.navigation2:hover {
	color: #9d161d;
	text-decoration: none;
	}


a:link, a:visited, a:active {
	color: #938523;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #9d161d;
	text-decoration: none;
	font-weight: bold;
}

a.h4:link, a.h4:visited, a.h4:active {
	color: #b82028;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
a.h4:hover {
	color: #b82028;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
}
