body
 {
  margin-top: 14px;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  scrollbar-base-color: #BABCDE;
  scrollbar-track-color: #F1F2F9;
  cursor: url('imgs/cursor.cur'), default, auto;
 }
body.black
 {
  margin-top: 14px;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  scrollbar-base-color: #3A3C5E;
  scrollbar-track-color: #111219;
  background-color:#000000;
  color:#FFFFFF;
  cursor: url('imgs/cursor.cur'), default, auto;
 }
body.bw
 {
  margin-top: 14px;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  scrollbar-base-color: #5E5E5E;
  scrollbar-track-color: #191919;
  background-color:#000000;
  color:#FFFFFF;
  cursor: url('imgs/cursor.cur'), default, auto;
 }
body.image
 {
  font-family: trebuchet ms, sans-serif;
  margin: 5px;
  border: 0;
  padding: 0;
  scrollbar-base-color: #BABCDE;
  scrollbar-track-color: #F1F2F9;
  cursor: url('imgs/cursor.cur'), default, auto;
 }
body.blackimage
 {
  font-family: trebuchet ms, sans-serif;
  margin: 5px;
  border: 0;
  padding: 0;
  scrollbar-base-color: #3A3C5E;
  scrollbar-track-color: #111219;
  background-color:#000000;
  color:#FFFFFF;
 }
body.whiteimage
 {
  font-family: trebuchet ms, sans-serif;
  margin: 5px;
  border: 0;
  padding: 0;
  scrollbar-base-color: #BABCDE;
  scrollbar-track-color: #F1F2F9;
  background-color: #F5F5FF;
 }
img
 {
  border: 0px;
 }
.title
 {
  position: absolute;
  top: 46px;
  left: 160px;
  font-family: trebuchet ms, arial, tahoma, verdana, sans-serif;
  font-size: 12pt;
 }
.mainback
 {
  position: absolute;
  top: 46px;
  right: 60px;
  font-family: trebuchet ms, arial, tahoma, verdana, sans-serif;
  font-size: 12pt;
 }
.antiframe
 {
  width: 100%;
  height: 100%;
  color: #203B54;
  font-family: arial, trebuchet ms, verdana, sans-serif;
  text-align: left;
  border: 0px;
  overflow: auto;
  padding: 0px;
  scrollbar-base-color: #BABCDE;
  scrollbar-track-color: #F1F2F9;
 }
.proframe
 {
  color: #203B54;
  font-family: arial, trebuchet ms, verdana, sans-serif;
  text-align: left;
  border: 0px;
  padding: 0px;
  margin: 0px;
 }
a{cursor:url('imgs/hand.cur'),pointer,hand,link,auto;}
a.basic:link
 {
  color: #8587C3;
  font-family: arial, trebuchet ms, verdana, sans-serif;
 }
a.basic:active
 {
  color: #8587C3;
  font-family: arial, trebuchet ms, verdana, sans-serif;
 }
a.basic:visited
 {
  color: #8587C3;
  font-family: arial, trebuchet ms, verdana, sans-serif;
 }

a.backbttn:link    {color:#8587C3;}
a.backbttn:active  {color:#8587C3;}
a.backbttn:visited {color:#8587C3;}
a.backbttnbw:link    {color:#C3C3C3;}
a.backbttnbw:active  {color:#C3C3C3;}
a.backbttnbw:visited {color:#C3C3C3;}
.back
 {
  text-decoration: none;
  font-size: 13pt;
  background: #E0E0FF;
  width: 50px;
  color: #333399;
  border: 3px ridge #CCCCDD;
 }
.back:hover
 {
  text-decoration: none;
  font-size: 13pt;
  background: #F5F5FF;
  width: 50px;
  color: #333399;
  border: 3px ridge #EEEEFF;
 }
.back:active
 {
  text-decoration: none;
  font-size: 13pt;
  background: #AAAABB;
  width: 50px;
  color: #333399;
  border: 3px inset #888899;
 }
.fieldset
 {
  width: 138px;
  border: 0;
  display: inline;
  text-align: center;
  vertical-align: top;
 }
.div
 {
  width: 138px;
  text-align: center;
  margin: 10px;
 }
.fieldset2
 {
  width: 185px;
  border: 0;
  display: inline;
  text-align: center;
  vertical-align: top;
 }
.div2
 {
  width: 185px;
  text-align: center;
  margin: 10px;
 }
.clicky
 {
  border: 0;
  margin: 40px;
 }
.gray
 {
  filter:gray;
 }
#toolTipBox
 {
  padding: 2px;
  background-color: #ECECEC;
  border: 1px solid #C4D4C9;
  display: none;
  position: absolute;
  top: -500px;
  left: -500px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  z-index: 8;
 }
.equaltablebullet
 {
  position: relative;
  top: 2px;
 }
.mouseovertjw
 {
  text-align: left;
  cursor: url('imgs/hand.cur'), pointer, hand, link, auto;
  color: #203B54;
 }
.sidepadding
 {
  padding-left:40px;
 }