/* Global Styles */

	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330033;
	}
	
#navigation a {
	color: #FF3300;
	line-height:10px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #0F0018;
	}
	
#navigation a:hover {
	color:#FFA600;
	background-color: #260037;
	border-bottom-width: thin;
	border-bottom-color: #CC3333;
	border-bottom-style: solid;
	}
