body {margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;
scrollbar-3dlight-color:#cccccc; 
scrollbar-arrow-color:#000000;
scrollbar-base-color:#ffffff;
scrollbar-darkshadow-color:#cccccc;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;}

h1 {margin:0; padding:0 0 1px 0; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif;border-bottom:2px solid #FFF}
h2 {color:#689; margin:0; padding:0; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:italic}
h3 {color:#000;font-size:12px; padding:0; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif}

.small {font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}

.form { color:#000000; background-color:#FFFFFF; border: 1px solid #CCC; margin:3px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.button { color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#FFF; border: 1px solid #CCC; margin:2px;}
.blue {color:#689; letter-spacing:1px}
.sub {margin-left:40px}
.font3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold}

a {text-decoration:none;}
a:link {color:#06C}
a:visited {color:#06C;}
a:hover {color:#06C; background-color:#FFFFFF;}
a:active {color:#06C;}

.sponsors {width:847px;height:108px;padding:3px 0 0 46px; background:url(pics/sponsor_bg.png) no-repeat;}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width: 18px;
background: #FFF url(scrollbar.png) -18px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 12px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 18px;
background: url(scrollbar.png) -54px -16px no-repeat;
}
.vscrollerbarend {
/* height of this element should be set */
height: 12px;
width: 18px;
background: url(scrollbar.png) -54px 0px no-repeat;
}

.vscrollerbase {
width: 18px;
background-color:transparent;
poobackground: #D4F6F2 url(scrollbar.png) 0px 0px repeat-y;
}
.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 18px;
height: 14px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(scrollbar.png) -36px -14px no-repeat;
}
.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 14px;
width: 18px;
background: url(scrollbar.png)  -36px 0px no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
height: 12px; background-color: transparent;
}
.hscrollerbar {
height: 12px; background-color: white;
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 14px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 18px;
height: 12px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #FFF;
}


/* Scroll Bar Master Styling Ends Here */
