<style type="text/css">
<!--
a:ulink { text-decoration: none; font-size: 12px; font-weight: bold; color: #141E37 }
a:link { text-decoration: none; font-size: 12px; font-weight: bold; color: #141E37 }
a:visited { text-decoration: none; font-size: 12px; font-weight: bold; color: #141E37 }
a:hover { text-decoration: none; font-size: 12px; font-weight: bold; color: #ACACAC }
a:active { text-decoration: none; font-size: 12px; font-weight: bold; color: #ACACAC }
}

table { font-family: Verdana; font-size: 12px; color: #000000 }
td { font-family: Verdana; font-size: 12px; color: #000000 }
tr { font-family: Verdana; font-size: 12px; color: #000000 } 
body { font-family: Verdana; font-size: 12px }

h1 { font-family: Verdana; font-size: 18px; color: #000000 }
h2 { font-family: Verdana; font-size: 14px; color: #000000 }
h3 { font-family: Verdana; font-size: 10px; color: #000000 } 

.myborder { border: black; border-style: solid; border-top-width: 10px; border-right-width: 10px; border-bottom-width: 0px; border-left-width: 10px; background-repeat: no-repeat; border-color: #141E37 }

.myborder2 { border: black; border-style: solid; border-top-width: 0px; border-right-width: 10px; border-bottom-width: 0px; border-left-width: 10px; background-repeat: no-repeat; border-color: #141E37 }

.myborder3 { border: black; border-style: solid; border-top-width: 0px; border-right-width: 10px; border-bottom-width: 10px; border-left-width: 10px; background-repeat: no-repeat; border-color: #141E37 }

.myborder4 { border: black; border-style: solid; border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; background-repeat: no-repeat; border-color: #141E37 }

.iframe { 
filter: alpha(Opacity=30, FinishOpacity=100, Style=1, StartX=5, StartY=5, FinishX=20, FinishY=20);
border-color: #e6e6e6;
scrollbar-face-color: #e6e6e6;
scrollbar-highlight-color: black;
scrollbar-shadow-color: black;
scrollbar-3dlight-color: #e6e6e6;
scrollbar-arrow-color: black;
scrollbar-track-color: #e6e6e6;
scrollbar-darkshadow-color: #e6e6e6;
}

.banner { background: #E6E6E6 url("banner.jpg") no-repeat }

.top { background: white url("top.jpg") no-repeat }

.bg { background: white url("bg.jpg") no-repeat }

#backPic {
 z-Index:0;
 display:block;
 position:absolute;
 display:block;
 left:0%;
 top:0%;
 width:100%;
 height:100%;
}
/* make it sticky in non MSIE 5/6 */
html>body #backPic {
    position:fixed;
}
#tbl {
 border:0;
 z-index:2;
 position:absolute;
 left:0%;
 top:0%;
 width:100%;
 /* for CSS2 browsers */
 min-height:100%;
}
</style>

<script language="JScript">
<!-- /* MSIE only JScript !! */
function fixBgImage() {
 if (document.all.backPic.style.setExpression) {
  document.all.backPic.style.setExpression("height","document.all.tbl.offsetHeight");
  document.recalc();
 }
}
ie5 = (document.all && document.getElementById && !document.fireEvent)?true:false;
ie55= (document.all && document.fireEvent && !document.createComment)?true:false;
ie6 = (document.all && document.fireEvent && document.createComment)?true:false;
if (!window.opera && (ie5 || ie55 || ie6)) onload=fixBgImage;

-->
</style>