.text {
	font-family: arial;
	font-size: 12px;
	color: #555555;
}
.text a:link { text-decoration: none; color: #b00c33; }
.text a:visited { text-decoration: none; color: #b00c33; }
.text a:hover { text-decoration: none; color: #a98c27; }
.text a:active { text-decoration: none; color: #b00c33; }

.nav {
	font-family: verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #eeeeee;	
}
.nav a:link { text-decoration: none; color: #eeeeee; }
.nav a:visited { text-decoration: none; color: #eeeeee; }
.nav a:hover { text-decoration: none; color: #888888; }
.nav a:active { text-decoration: none; color: #888888; }

.footer {font-family: arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
.footer a:link { text-decoration: underline; color: #a98c27; }
.footer a:visited { text-decoration: none; color: #a98c27; }
.footer a:hover { text-decoration: none; color: #b00c33; }
.footer a:active { text-decoration: none; color: #b00c33; }


