/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #cccc66;
	}
	
a {
	color: #FFFFFF;
	}
	
/* Class Styles */
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:20px;
	margin-top:0px;
	}
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
#navigation td {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
#navigation a:hover {
	background: #551C00;
	color:#FFFFFF;
	text-decoration: none;
