<style>	<!--
	a{text-decoration:none;}
	a:hover{color:#FF80C0;}

	BODY {     scrollbar-3d-light-color:#FD3F9D;
		scrollbar-arrow-color:#FD3F9D;
		scrollbar-base-color:grey;
		scrollbar-dark-shadow-color:#FD3F9D;
		scrollbar-face-color:#FFF0F7;
		scrollbar-highlight-color:WHITE;
		scrollbar-shadow-color:grey}

	.sw {
		font-family:$FontStyle;
		font-size:13px;
		color:#000000;
	}

	.swcomment {
		font-family:$FontStyle;
		font-size:13px;
		color:$headercolor;
		font-style : italic;
	}


	.formbox {
		background-color:	#FFDFEF;
		font-family:		Arial, Helvetica, Sans-Serif;
		font-size:			12px;
		font-weight:		regular;
		color:				#000000;
	}

	.button {
		background-color:	#FFDFEF;
		font-family:		Arial, Helvetica, Sans-Serif;
		font-size:			12px;
		font-weight:		regular;
		color:				#000000;
	}

	.swsmall {
		font-family:$FontStyle;
		font-size: 11px;
		color:#000000;
	}

	.swhead {
		font-family:$FontStyle;
		font-size:16px;
		font-weight: bold;
		color:#000000;
	}

	.mheader {
		font-family:$FontStyle;
		font-size:15px;
		font-weight: bold;
		color:$headercolor;
	}

	.mlheader {
		font-family:$FontStyle;
		font-size:18px;
		font-weight: bold;
		color:$headercolor;
	}

	.msheader {
		font-family:$FontStyle;
		font-size:13px;
		font-weight: bold;
		color:#FFFFFF;
	}

	.stdsel {
		background-color: #FFFFFF;
		font: 8pt Arial;
		border: 1px solid black;
		padding: 3px;
		width: 112px;
		height: 22px;
	}

	.stdedit {
		background-color: #FFFFFF;
		font: 8pt Arial;
		border: 1px solid black;
		padding: 3px;
		width: 110px;
		height: 22px;
	}
	-->
</style>

<SCRIPT LANGUAGE="JavaScript">

<!--  Begin
var MSIE=navigator.userAgent.indexOf("MSIE");
var NETS=navigator.userAgent.indexOf("Netscape");
var OPER=navigator.userAgent.indexOf("Opera");
if((MSIE>-1) || (OPER>-1)) {
document.write("<style>.stdbtn { background-color: #F4F4F4; font: 8pt Tahoma; width: 75px;}");
document.write(".stdbtnlong { background-color: #F4F4F4; font: 8pt Tahoma; width: 95px;}</style>");
} else {
document.write("<!--Netscape Style Sheet-->");
}
// End -->
</SCRIPT>


