p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 12px;
	font-style: normal;
	color: #000000;
 	margin-bottom: 8px;
	line-height: 17px;
}
	
ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

ol {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: decimal;
	font-size: 12px;
	}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
 	margin-bottom: 1px;
 	margin-top: 10px;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.greensubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #587057;
	line-height: 16px;
 	margin-bottom: 1px;
 	margin-top: 10px;

}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: normal;
 	margin-top: 10px;
}


.a {  
	color: #993300; 
}
a:link {  
	color: #993300; 
}
a:hover {  
	color: #666666;
}


/* the border will be defined by the td tags */
td.rowcolor1 {
  background-color:#ffffff;
  font-family: Arial;
  font-size: 10pt;
}

/* let's do a blue... */
td.rowcolor2 {
  background-color:#DFDFDF;
  font-family: Arial;
  font-size: 10pt;
}

.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: bold;
}

.tablecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
	
#menu {
	max-width: 175px;
	width: 175px;
	border-left: 1px solid #165639;
	border-top: 1px solid #165639;
	margin: 0;
	}
	
#menu li a:link, #menu li a:visited {
	color: #165639;
	text-decoration: none;
	display: block;
	background: url(/im/bg_list1.gif) repeat-x;
	padding: 10px 0 0 10px;
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	}

html>body #menu li a:link, #menu li a:visited { height: 22px; }
	
#menu li a:hover, #menu li a:active {
	color: #94AA74;
	text-decoration: none;
	display: block;
	background: url(/im/bg_list2.gif) repeat-x;
	padding: 10px 0 0 10px;
 	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	}
html>body #menu li a:link, #menu li a:visited { height: 22px; }

