/* CSS Document */


/* Netscape 4 CSS  */

	
html, body {
	padding: 20px;
	font-family: Verdana, sans-serif;
	color: #000;
	line-height: normal;
	text-align: left;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	margin-right: 10px;

}


h1 {
	padding-right: 10px;
	padding-top: 0em;
	padding-bottom: 0px;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	color:#B0C4E5;
	background: transparent;
	text-align: left
	}
	
	
h2 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color:#000000;
	background-color:#ffffff;
	padding-top: 0.65em;
	text-align: left
	}

h3 {font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size:120%;
	color:#000000;
	font-weight:bold;
	background-color:#ffffff;
	text-align: left
	}
	


.nav {
	color: #0033FF;
	background-color: #FFFFFF;
	font-size: 93%; 
	font-family: arial, helvetica, sans-serif;
	text-decoration:none;
	text-align: left;
	padding-top: 0em;
	padding-bottom: 0em
	}
	
#footer {
	clear: both;
	text-align: right;
	padding: 15px;
	background:none;
	font-size: 0.7em;
	font-weight: bold;
	 
}

.totop {background-color: #ffffff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
	text-align: right;
	padding-right: 2em;
	}
	
	li {
	background-color: #ffffff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
	padding-bottom: 0.75em;
	text-align: left;
	}
	
	.acc {text-decoration:underline}
	
a:link{
	color:#003300;
	background-color:#ffffff;
	text-decoration:none;} 
	
a:visited {
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;}
	
a:hover {
	color: #003300;
	background-color:#ffffff;
	text-decoration: underline;} 
	
a:active{
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;}

