/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-weight:bold;
	}
	
a {
	color: ##FF0000;
	font-weight:bold;
	}
	
a:hover {
	color: #FFFF99;
	font-weight:bold;
	}

/* ID Styles */

#navigation td {
	border-bottom: 2px solid #FFFF99;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: ##000000;
	font-weight:bold;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("mm_arrow.gif") 18px 45% no-repeat;
	color:#FF6600;
	font-weight:bold;
	}
/* Class Styles */
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}