/* Maurice Harmon Style Sheet 
/* created - 04.25.01
/* css author - cf - Temel Inc. - www.temel.com

/* SEARCH INPUT BOX FONT */
.search {font-family:monospace;}

/* BLACK COPY FOR ALL MAIN CONTENT */
.copy  {
	font-size : 9pt;
	font-family : "Verdana, Arial, Helvetica, sans-serif";
	font-weight : normal;
	color : #000000;
}

/* LINK - CONTENT LINKS - BLK TO ORG */
/* a.link, a:active.link {
	font-size : 9pt;
	font-family : "Arial, Helvetica, sans-serif";
	font-weight : normal;
	text-decoration: underline;
	color : #000000;
}

a:hover.link, a:visited:hover.link {
	font-size : 9pt;
	font-family : "Arial, Helvetica, sans-serif";
	font-weight : normal;
	text-decoration: underline;
	color : #FF9933;
}