/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}


/* ID Styles */

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	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") 14px 45% no-repeat;
	color:#FF6600;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

/* Class Styles */

.bodyText {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   1em;
  font-weight:  normal;
  font-style:  normal;
  color:  #000;
}
/*
.bodyText {
	font:15px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
*/	
.secondaryHeaderText {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   1.1em;
  font-weight:  bold;
  font-style:  normal;
  color:  #000000; 
}

.newstyle{
	color: #009999;
	line-height:20px;
	letter-spacing:.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	}
	


