/* Global Styles */

body {
	margin:15px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #996633;
	}

/* ID Styles */

#navigation td {
	margin-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F4FFE4;
	}
	
#navigation a {
	color: #E7EFC6;
	line-height:16px;
	text-decoration: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
#navigation a:hover {
	color:#E6DFA5;
	background-color: #85521F;
	}
	
/* Class Styles */
	
.bodyText {
	color:#330000;
	line-height:14px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 14px;
	}
	
.navText {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #663300;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	}
	

