@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:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:5px 0 12px 0;
	}

h1 {
	font-size:160%;
	}

h2 {
	font-size:100%;
	font-weight:bold;
	}

h3 {
	font-size:140%;
	}

h4 {
	font-size:130%;
	}

h5 {
	font-size:120%;
	}

h6 {
	font-size:110%;
	}

p {
	margin:0 0 8px 0;
	}

.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;
	}
	
	<!--
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	background-image: url();
	background-repeat: no-repeat;
}
.style2 {font-style: italic}
a:link {
	color: #717978;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #717978;
}
a:hover {
	text-decoration: underline;
	color: #4D5352;
}
a:active {
	text-decoration: none;
	color: #000000;
}

</style>-->
