@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(site-bg.jpg);
}
.text-grey-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a7a296;
}
.text-grey-heading-smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a7a296;
}
.text-black-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text-tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #298dc9;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #298dc9;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fbe97b;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #298dc9;
	text-decoration: none;
	font-weight: bold;
}
/* NAV */
a.nav:link {
	color: #298dc9;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.nav:visited {
	color: #298dc9;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.nav:hover {
	color: #fbe97b;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.nav:active {
	color: #298dc9;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
/* END NAV */

/* NAV IN FOOTER*/
a.footernav:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.footernav:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.footernav:hover {
	color: #298dc9;
	text-decoration: none;
	font-weight: normal;
}
a.footernav:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/* END NAV IN FOOTER */