// global variables
ie4 = (document.all);
ns4 = (document.layers);
ns6 = ((!document.all) && (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="5"))
ns = (navigator.appName.indexOf("Netscape")!=-1)
aol = (navigator.userAgent.indexOf("AOL")>-1) ? 1:0;

keeparrow = false;

onlog=false;
W = screen.availWidth;
H = screen.availHeight;
bigscreen = (H>600);
var moveIT = false;

//colors
maroon="#B21107"
purple="#833484"
orange="#D68A26"
gray="#262626"

document.writeln("<style type=\"text/css\">");
document.writeln("<!--");
document.writeln("#myArrow      {position:absolute;");
document.writeln("               width:76;height:51;");
document.writeln("               top:20;left:84;");
document.writeln("               visibility:hidden;}");
document.writeln("#smlogo       {position:absolute;");
document.writeln("               width:219;height:82;");
document.writeln("               top:360;left:595;");
document.writeln("               visibility:visible;}");
document.writeln("#navig        {position:absolute;");
document.writeln("               top:0;left:0;");
document.writeln("               visibility:visible;");
document.writeln("               visibility:show;}");
document.writeln("#myPopper     {position:absolute;");
document.writeln("               width:80;height:20;");
document.writeln("               background-color:#000000");
document.writeln("               top:400;left:300;");
document.writeln("               visibility:hidden;");
document.writeln("               text-decoration:none;")
document.writeln("               visibility:hidden;display:none;");
document.writeln("               color:white;font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;}");
document.writeln("BODY          {margin-top:0;margin-left:0;margin-right:0;margin-bottom:0;");
document.writeln("               font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;}");
//document.writeln("               color:white;font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;}");
if(ns4) {
document.writeln("BODY          {margin:-8 -8 -8 -8;");
document.writeln("               font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;}");
//document.writeln("               color:white;font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;}");
}
document.writeln("DIV          {margin-top:0;margin-left:0;margin-right:0;margin-bottom:0;");
document.writeln("               color:white;font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;}");
document.writeln("TD.data       {color:white;font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("               font-size:10pt;}");
/*document.writeln("A.locationlink:link      {color:white;text-decoration:none;}");
document.writeln("A.locationlink:active      {color:white;text-decoration:none;}");
document.writeln("A.locationlink:visited      {color:white;text-decoration:none;}");
document.writeln("A.locationlink:hover      {color:white;text-decoration:underline;}");
document.writeln("A:active      {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("               color:" + orange + ";");
document.writeln("               text-decoration:none;}");
document.writeln("A:link        {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("               color:" + orange + ";");
document.writeln("               text-decoration:none;}");
document.writeln("A:visited     {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("               color:" + orange + ";");
document.writeln("               text-decoration:none;}");
document.writeln("A:hover       {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("               color:" + orange + ";");
document.writeln("               text-decoration:underline;}");*/
document.writeln(".ebarImage      {border-color:" + purple + ";}");
document.writeln("UL     {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:white;");
document.writeln("        font-size:10pt;}");
//document.writeln("UL.cent {text-align:left;margin-top:0px;margin-left:15;}");
document.writeln("p      {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:white;");
document.writeln("        font-size:10pt;}");
document.writeln(".main  {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:white;");
document.writeln("        font-size:12pt;}");
document.writeln(".small {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:white;");
document.writeln("        font-size:10pt;}");
document.writeln(".feedback {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:white;text-decoration:none;");
document.writeln("        font-size:7pt;}");
document.writeln(".menu  {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:white;text-decoration:none;");
document.writeln("        font-size:12pt;font-weight:bold;}");
document.writeln(".menu1  {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:white;text-decoration:none;");
document.writeln("        font-size:11pt;font-weight:bold;}");
document.writeln(".menu2  {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:white;text-decoration:none;");
document.writeln("        font-size:10pt;font-weight:bold;}");
document.writeln(".menuhead {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:white;text-decoration:none;");
document.writeln("        font-size:20pt;}");
document.writeln(".menuhead2 {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:#D68A26;text-decoration:none;");
document.writeln("        font-size:14pt;}");
document.writeln(".head1 {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:white;text-decoration:none;");
document.writeln("        font-size:30pt;}");
document.writeln(".head2 {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:#D68A26;text-decoration:none;");
document.writeln("        font-size:18pt;}");
document.writeln(".head3 {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:#D68A26;text-decoration:none;");
document.writeln("        font-size:16pt;}");
document.writeln(".note  {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;");
document.writeln("        color:#b21107;text-decoration:none;");
document.writeln("        font-size:11pt;font-weight:bold;}");
document.writeln(".button {font-family:GillSans-BoldCondensed,arial,verdana,tahoma,times new roman;font-weight:600;");
document.writeln("        background-color: #D68A26;border-style: solid;border-bottom-color: #99631C;border-right-color: #B37320;border-left-color: #E59429;border-top-color: #FFA42E;");
document.writeln("        text-shadow:Black; color:#FFFFFF; cursor:hand;border-top-width:2px; border-bottom-width:2px;border-left-width:3px; border-right-width:3px}");

document.writeln("-->");
document.writeln("</style>");
