/* CSS Document */

<style type="text/css">
<!--
a:link    {color: #FFFFFF;	text-decoration: none;}
a:visited {color: #FFFFFF; 	text-decoration: none;}
a:hover   {color:  #B63F02; text-decoration:underline; text-shadow: Black; }
a:active  {color: #FFFFFF; 	text-decoration: none; }
.style1 {font-size: x-small;	font-family: Arial;}
.style4 {font-size: x-small; font-family: Arial; color: #FFFFFF; }
.style5 {font-size: x-small; font-family: Arial; color: #CC9966; }
.style6 {color: #B63F02}
.style7 {font-size: x-small; font-family: Arial; color: #B63F02; }
body {
	background-image: url(../img/bkgnd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	scrollbar-arrow-color:ffffff;
	scrollbar-base-color:000000;
	scrollbar-dark-shadow-color: ffffff;
	scrollbar-track-color: 000000;
	scrollbar-face-color: 000000;
	scrollbar-shadow-color: ffffff;
	scrollbar-highlight-color: ffffff;
	scrollbar-3d-light-color: ffffff;
	
}
-->
</style>