BODY
   {
   color:#000000;
   background-color:#FFFFFF;
   font-family:arial;
  
   }

P { font-size:10pt; }
H3 { color: #000000 }
H2   { background-color: #FFFFFF; color:#000000;
	text-decoration: underline;
	text-align: center;
	font-style: italic;}
BLOCKQUOTE { background: #DDDDDD }
LI { font-size:10pt; }

ul.text { font size:10pt;
	font-family:arial;
	}
	
li.text { font size:10pt;
	font-family:arial;
	}

P.smallfont { font-size:8pt; } 

HR { color: #000000;
background-color: #000000;
height: 3px;}





A:link, A:visited, {text-decoration: none }
A:link, A:visited { color: #000000 }

A.footer:link, A.footer:visited {color: #000000;}
A.footer:active {color: #000000;}

A.darkmenu:link, A.darkmenu:visited {color: #FFFFFF; text-decoration: none}
A.darkmenu:active {color: #FFFFFF;}


A.menu:link, A.menu:visited {color: #000000; text-decoration: none}
A.menu:active {color: #000000;}

A.menu2:link, A.menu2:visited {color: #FFFFCC; text-decoration: none}
A.menu2:active {color: #FFFFCC;}
A.menu2:hover { color: #000000;}




A.red:link, A.red:visited { 
	color: #FF0000;
	text-decoration: underline; }


ul { /* level 1 menu */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 3px solid #FFFFFF;
	line-height:24px;
	text-align: center;
	}

ul li {
	position: relative;
	}
	
li ul { /* level 2 menu */
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}



/* Styles for level 1 Menu Items */
ul li a {
	border:solid #000000 0px; display: block;
	border-bottom: 4px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000; /* IE6 Bug */
	padding: 1px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}






/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */



ul li a:hover { color: #660000; background: #CCCCCC; 
			text-decoration: none;
			} /* Hover Styles */




li ul li a { padding: 2px 5px;
			border:solid #000000 0px; display: block; 
			text-decoration: none;
			background: #CCCCCC;
			} /* Sub Menu 2 Styles */



li:hover ul, li.over ul { display: block; } /* The magic */


