body 
   {
	HEIGHT: 100%;
	background-color;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   }

p, li 
   {
	font-size: 10px;
	color: #333333;
   }

a:link 
   {
	text-decoration: underline;
   }
   
a:hover 
   {
   	text-decoration: none; 
   	color: 999999;
   }



.navLink 
   {
	color: #336699;
   }
	
	
.navYouAreHere 
   {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
   }


h1 
   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
   }
.imageFrame {
	border: thin solid #666666;
}

h2 
   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
   }

li.NoBullet
   {
        list-style-type: none
   }