/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #FFBA00;
	}
	
/* ID Styles */

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	}
	
#navigation a:hover {
	color:#000000;
	background: #EFEFEF;
	
	}
#link a {
	font:10px Arial, Helvetica, sans-serif;
	color: #996633;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:19px;
	display:block;
	padding: 0px 10px;
	border-right:0px solid #999999;
	}
	
#navigation a:hover {
	color:#000000;
	background: #E0DFE3;
	}
#link a:hover {
	color:#000000;
	background: #F2EEE3;
	}
	
