/* Global Styles */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}
	
td {
	color:#CCFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #FFCC99;
	text-decoration: none;
	}
	
a:hover {
	color: #CC99CC;
	}

/* ID Styles */

#navigation td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	}

#navigation a {
	line-height:18px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 25px;
	}
	
#navigation a:hover {
	color:#E59033;
	font-weight:bold;
	background: url("mm_bullet_yellow.gif") 10px 50% no-repeat;
	}

