body 
{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
	
a.nav:link				{ color: #ffffff; font-size: 16px; font-weight: bold; text-decoration: none }
a.nav:active 			{ color: #ffffff; font-size: 16px; font-weight: bold; text-decoration: none }
a.nav:visited			{ color: #ffffff; font-size: 16px; font-weight: bold; text-decoration: none }
a.nav:hover				{ color: #ffffff; font-size: 16px; font-weight: bold; text-decoration: none }

a:link {
	color: #903;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #903;
}
a:hover {
	text-decoration: underline;
	color: #903;
}
a:active {
	text-decoration: none;
	color: #903;
}


.nav
{
	color: #ffffff;
	font-size: 16px;
}

.title
{
	font-size:18px;
	color: #370511;
	font-weight:bold;
}


.title-sm
{
	font-size:13px;
	color: #370511;
	font-weight:bold;
}

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #903;
}