BODY {
        scrollbar-base-color:#446d8c;
        scrollbar-track-color:#446d8c;
        scrollbar-face-color:#446d8c;
        scrollbar-highlight-color:#FFFFFF;
        scrollbar-3d-light-color:#FFFFFF;
        scrollbar-dark-shadow-color:#FFFFFF;
        scrollbar-shadow-color:#FFFFFF;
        scrollbar-arrow-color:white
           }

a:link 
	{
	color: #000000;
	text-decoration: none;
}

a:visited 
	{ color: #000000; 
	text-decoration: none 
	}

a:active 
	{ color: #000000; 
	text-decoration: none; 
	}

a:hover {
	color: #FFA500;
	text-decoration: none;
	font : bold;
}

body 
	{
	font-family: arial, helvetica, sans-serif;
	background : #446d8c;
}


td
	{ 
	font-size: 10pt; 
	font-family: arial, helvetica, sans-serif 
	}

	
option, input, checkbox, textarea
	{
	border-top:#800040 solid thin;
	border-bottom:#800040 solid thin;
	border-right:#800040 solid thin;
	border-left:#800040 solid thin;
	background-color: #800040;
	color: rgb(255,255,255);
	font-family: Arial;
	font-size: 9pt; font-weight: bold;
}