html, body {
  height: 100%;
  margin: 0px;
}

img {
  border: 0px;
}

a {
  padding: 2px;
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.a_pm {
  padding: 0px;
}

table.tbl_main img {
  vertical-align: top;
}

table.tbl_toolbar img {
  border: 1px solid #E5E4E8;
}

.a_active {
  padding: 1px;
  background-color: #DFE6EE;
  border: 1px solid #647BB0;
}

.img_tb {
  margin-top: 3px;
}

.tbl_main {
  width: 100%;
  height: 100%;
  font-family: Tahoma, Verdana, Arial;
  font-size: 8pt;
  border-collapse: collapse;
}

.tbl_toolbar {
  padding: 0px;
  height: 23px;
  width: 100%;
  border-bottom: 1px solid #CBC9D1;
  background-color: #E5E4E8;
  border-collapse: collapse;
}

.td_menu {
  padding: 0px;
  vertical-align: top;
  width: 200px;
  height: 100%;
  background-color: #F9F9F9;
}

.td_content {
  padding: 5px 10px 5px 10px;
  vertical-align: top;
  background-image: url(gfx/bgline.gif);
  background-repeat: repeat-y;
}

.div_contentbox {
  font-size: 8pt;
  font-family: Verdana, Arial;
}

.div_menu {
  padding: 3px;
  padding-top: 5px;
}

td.td_content a {
  padding: 0px;
  text-decoration: underline;
  color: #123E7E;
}

td.td_content a:hover {
  text-decoration: none;
  color: #123E7E;
}

.title {
  font-size: 10pt;
  font-weight: bold;
  color: #316AC5;
}

.help_title {
  font-size: 14pt;
  font-weight: bold;
}

.note {
  margin-bottom: 15px;
  font-size: 10px;
  padding: 3px;
  background-color: #DFE6EE;
  border: 1px solid #647BB0;
}

.glyph {
  float: left;
  margin-right: 5px;
}

.section {
  background-color: #EEF1F7;
}

.tip_table {
  font-size: 8pt;
}

.line {
  height: 0px;
  border: 0px solid #000000;
  border-top-width: 1px;
}

.menuline {
  height: 1px;
  color: #CACACA;
}

.copyright {
  font-size: 8pt;
}

.td_uplink {
  padding-bottom: 10px;
  vertical-align: bottom;
  text-align: center;
  background-color: #F9F9F9;
}