body {
  margin:0px 0px 0px 0px;
  background:#0033CC;
}

div.subTable {
  z-index:999;
  border-color:#c0c0c0;
  border-style:solid;
  border-width:1px 1px 1px 1px;
  position:absolute;
  left:-200px;
  top:0px
  visibility:hidden;
  cursor:pointer;
  cursor:hand;
}

td.subLink2 {
  font-size:13px;
  font-weight:bold;
  font-family:tahoma,arial;
  color:#ffffff;
  cursor:pointer;
  cursor:hand;
  padding-left:40;
}

td.left {
  background: url('../images/left_y.gif');
  background-repeat:repeat-y;
  background-position:top left;
}

td.main {
  background:#ffffff url('../images/main_y.gif');
  background-repeat:repeat-y;
  background-position:top left;
}

td.right {
  background: url('../images/right_y.gif');
  background-repeat:repeat-y;
  background-position:top right;
}

td.footer {
  background: url('../images/right_y.gif');
  background-repeat:repeat-y;
  background-position:top right;
  text-align:center;
  font-family:verdana,tahoma,arial;
  font-size:10px;
  font-weight:normal;
  color:#99CCFF;
}

td.title {
  background: url('../images/title.gif');
  background-repeat:no-repeat;
  background-position:top left;
  font-family:verdana,tahoma,arial;
  font-size:15px;
  font-weight:bold;
  color:#0033CC;
  padding:3px 0px 0px 3px;
}
td.smTtl {
  background: url('../images/title.gif');
  background-repeat:no-repeat;
  background-position:top left;
  font-family:verdana,tahoma,arial;
  font-size:13px;
  font-weight:bold;
  color:#0033CC;
  text-align:center;
  padding:4px 12px 0px 0px;
}

td.my_info {
  background: url('../images/info.gif');
  background-repeat:no-repeat;
  background-position:top left;
  font-family:verdana,tahoma,arial;
  font-size:12px;
  padding-left:20px;
  padding-right:40px;
  padding-top:10px;
}

td {
  font-family:verdana,tahoma,arial;
  font-size:12px;
}

a {
  font-size:13px;
  color:#cc0000;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}
