/* CSS Document */

#table{
   font-family: "Gill Sans", "Gill Sans MT", Arial, Verdana, serif;
   color: #000000;
   padding: 3px;
   }
 
 #table h1{
    font-size: 16px;
	color:#003366;
	background-color:#CCCC99;
	padding:3px;
	width: auto;
	margin:0;
}	

#table h2{
    font-size:14px;
	color:#009933;
	padding: 1px 0px 0px 10px;
}	


#table h1 a:link {color: #003366; text-decoration:none; }
#table h1 a:visited {color:#003366; text-decoration:none; }
#table h1 a:hover, a:active {color:#FFFFFF; text-decoration:underline;}

#table h2 a:link { color:#009933; text-decoration:none; }
#table h2 a:visited {color:#009933; text-decoration:none;}
#table h2 a:hover, a:active {color:#009933; text-decoration:underline;}