body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#9A8D80;
	color:#663300;
	margin:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #663300;
	text-decoration:none;
}
a:visited {
	color: #663300;
	text-decoration:none;
}
a:hover {
	color: #660000;
	text-decoration:underline;
}
a:active {
	color: #663300;
	text-decoration:none;
}

.nav_bg {
	background-image:url("images/nav_swoosh.gif");
	background-repeat: no-repeat;
	background-position:bottom;
}

.border {
border-color:#003366;
border-style:solid;
border-width:1px;
}

.main_nav {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
}
a.main_nav, a.main_nav:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.main_nav:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.footer_bg {
	background-image:url("images/footer_bg.jpg");
	background-repeat: no-repeat;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
}
a.footer, a.footer:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.title {
font-size:28px;
}