body{font-family:Arial, Helvetica, sans-serif;
     font-size:12px;
	 }

h1{font-family:Arial, Helvetica, sans-serif;
   font-size:36px;
   }

a, a:visited {color:#006a6e;
   }
a:hover {color:#666666;
         }
  
li {font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	list-style-type:square;
	padding-bottom:5px;
	}
	
label {font-family:Arial, Helvetica, sans-serif;
       Font-size:12px;
	   }

#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 158px;
/* to display the list horizontaly */
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
border-top: 1px #000 solid;
border-left: 0px;
border-right: 0px;
}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #d7d7d7;
border-bottom: 1px #000 solid;
text-align: center;
text-decoration: none;
color: #000;
padding: 3px 0 3px 0;
}

#navlist a:hover { background-color: #006a6e; }
#navlist a:visited { color: #000; }

.black {font-weight:bold;
		font-style:italic;
		}
.blue {font-weight:bold;
	   font-style:italic;
	   color:#006a6e;
	   }
	   

