/* Global Styles */

body {
	margin:0px;
	}

td {
	font:10px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #000080;
	font-weight:400;
	text-decoration:none;
	}
	
a:hover {
	color: #0000ff;
	}
	
/* 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:#ffffff;
	background: #FF6600;
	}