/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:16px Garamond, Arial, Helvetica, sans-serif;
	color:#480000;
	font-style: normal;
	text-indent: 0px;
	}
	
a {
	color: #FF080E;
	}
	
a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #ff9900
	}

#navigation a {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;

	line-height:16px;
	letter-spacing:.2em;
	text-decoration: none;
	display:block;
	padding:10px 6px 10px 22px;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	font-weight:bold;
	background: url('mm_bullet_yellow.gif') no-repeat 10px 50%;
	}

/* Class Styles */
	
.bodyText {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF00;
	line-height:normal;
	margin-top:20px;
	letter-spacing:0.1em;
	}

