@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}

h1{
	font-size: 1.2em;
	color: #009900;
}

h2{
	font-size: 1.2em;
	color: #666666;
}

h3{
	font-size: 0.9em;
	color: #666666;
}

a:link, a:visited, a:active {
	color: #009900;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a.pathway:link{
	color: #009900;
	text-decoration: none;
	font-weight: normal;
	
}

a.pathway:visited{
	color: #009900;
	text-decoration: none;
	font-weight: normal;
}

a.pathway:hover{
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
}



#nav a:link{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#nav a:active{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#nav a:visited{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #009900;
	text-decoration: none;
}



span{
	font-weight: normal;
}

#footer{
	font-size:0.8em;
	color: #333333;
}

#footer1{
margin-top:10px;
padding-top:15px;
}

