/* Global Styles */

body {
	margin:0px;
	}
	
a {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #FF9900;
	}

/* ID Styles */

#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	}
	
#navigation a:hover {
	color:#dbf2fb;
	font-weight:bold;
	}
	