@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	scrollbar-face-color: 			#ffffff; 
	scrollbar-3dlight-color:  		#e6e3e8; 
	scrollbar-arrow-color: 			#4a4a71; 
	scrollbar-track-color: 			#ffffff; 
	scrollbar-shadow-color: 		#ffffff; 
	scrollbar-darkshadow-color: 	#d3ced7;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin:5px 0 12px 0;
	}

h1 {
	font-size:160%;
	}

h2 {
	font-size:150%;
	}

h3 {
	font-size:140%;
	}

h4 {
	font-size:130%;
	}

h5 {
	font-size:120%;
	}

h6 {
	font-size:110%;
	}

p {
	margin:0 0 8px 0;
	}
	
psmall {
	margin:0 0 8px 0;
	font-size:85%;
	}

.clear {
	clear:both;
	}
	
a:link {
	color: #006600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}
	
a.contentpagetitle {
	color:#333333;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}

a.pathway {
	color:#000000;
	}