@charset "ISO-8859-1";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666;
}
body {
	background-color: #FFF;
}
a:link {
	color: #a7b295;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #ffcd07;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	line-height: 20px;
	color: #75765A;
	text-transform: uppercase;
}
h2 {
	font-size: 13px;
	color: #989976;
	text-transform: uppercase;
}
h3 {
	font-size: 11px;
	color: #ffcd07;
	text-transform: uppercase;
}
.smalltext {
	font-size: 9px;
	padding-right: 10px;
}

/* ---------- MAIN NAVIGATION MENU ---------- */

ul.nav {
	font-size: 11px;
	font-weight: bold;
	color: #b8cda9;
	line-height: 20px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.nav a {
	display: block;
	width: 100px;
	zoom: 1;
	color: #b8cda9;
}
ul.nav a:hover {
	color: #ffcd07;
	text-decoration: none;
}
