/* Global Styles */

body {
	
	}

	
/* ID Styles */

#navigation a {
	font:11px Lucida Grande;
	color: #E0E0E0;
	font-weight:Lucida Grande;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 3px; 
	border-left-width: 7px; 
	}
	
#navigation a:hover {
	color:#00ff33;
	border: 1pt dotted white;
	border-right-width: 1px; 
	border-left-width: 1px; 
	}

/* Class Styles */

.bodyText {
	font:12px Lucida Grande;
	color:#003366;
	line-height:16px;
	letter-spacing:.1em;
	margin-top:0px;
	}

	

	