<style>

.sw {font-family:$FontStyle;font-size:13px;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:$headercolor;}

.stdsel {
background-color: #FFFFFF; font: 8pt Tahoma; border: 1px solid black;
padding: 3px; width: 112px; height: 22px;}

.stdedit { background-color: #FFFFFF; font: 8pt Tahoma; 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>


