/* CSS Document */


.bottomnav {
	font-size: 12px;
	color:#A3AF47;
}
.bottomnav a{
	font-size: 12px;
	color: #A3AF47;
	text-decoration: none;
}
.bottomnav a:visited {
	color: #A3AF47;
	text-decoration: none;
}
.bottomnav a:hover {
	color:yellow;
	text-decoration: underline;
}
.bottomnav a:active {
	color:yellow;
	text-decoration: underline;
}

.sidemnav {
	font-size: 10px;
	color:8C0A0A;
}
.sidenav a{
	font-size: 10px;
	color: 8C0A0A;
	text-decoration: underline;
}
.sidenav a:visited {
	color: 8C0A0A;
	text-decoration: underline;
}
.sidenav a:hover {
	color:155115;
	text-decoration: underline;
}
.sidenav a:active {
	color:155115;
	text-decoration: underline;
}

a{
		color: #5E5E5E;
	text-decoration: underline;
}
a:visited {
	color: #5E5E5E;
	text-decoration: underline;
}
a:hover {
	color:red;
	text-decoration: underline;
}
a:active {
	color:red;
	text-decoration: underline;
}