
html,body {
  margin: 0;
  padding: 0;
  height: 99%;
  border: none;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

table.center {
  width: 100%;
  height: 100%;
}

table.main {
  width: 767px;
  height: auto;
}

table.menu {
  width: 763px;
}

td.center {
  width: 100%;
  height: 100%;
}

td.top {
  height: 150px;
  width: 763px;
  background-image: url(/images/top.jpg);
  background-repeat: no-repeat;
}

td.side {
  width: 2px;
  background-image: url(/images/black.jpg);
  background-repeat: repeat;
}

td.menu {
  height: 26px;
  background-image: url(/images/menu.jpg);
  background-repeat: no-repeat;
}

td.menu_head {
  width: 152.6px;
  text-align: center;
  cursor: auto;
  font-weight: bold;
}

td.menu_head_hover {
  width: 152.6px;
  text-align: center;
  background-color: #C4D9F8;
  height: 22px;
  cursor: pointer;
  font-weight: bold;
}

td.horizontalborder {
  height: 2px;
  background-image: url(/images/black.jpg);
  background-repeat: repeat;
}

td.content {
  min-height: 250px;
  height: 250px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

td.bottom {
  background-color: #D8D8D8;
  height: 18px;
  text-align: center;
  font-size: 12px;
}

td.contentbox_top_fill {  width: auto;
  padding-top: 2px;
  background-color: #D8D8D8;
  background-image: url(/images/content_top_fill.jpg);
  background-repeat: repeat-x;
}

td.contentbox_left_fill {
  width: 11px;
  height: auto;
  background-color: #D8D8D8;
  background-image: url(/images/content_left_fill.jpg);
  background-repeat: repeat-y;
  background-position: top left;
}

td.contentbox_right_fill {
  width: 11px;
  height: auto;
  background-color: #D8D8D8;
  background-image: url(/images/content_right_fill.jpg);
  background-repeat: repeat-y;
  background-position: top right;
}

td.cf_top_fill {  width: auto;
  height: 9px;  background-color: #D8D8D8;
  background-image: url(/images/content_b_top_fill.jpg);
  background-repeat: repeat-x;
}

td.cf_bottom_fill {
  width: auto;
  height: 9px;
  background-color: #D8D8D8;
  background-image: url(/images/content_b_bottom_fill.jpg);
  background-repeat: repeat-x;
}

td.cf_left_fill {
  width: 9px;
  height: auto;
  background-color: #D8D8D8;
  background-image: url(/images/content_b_left_fill.jpg);
  background-repeat: repeat-y;
}

td.cf_right_fill {
  width: 9px;
  height: auto;
  background-color: #D8D8D8;
  background-image: url(/images/content_b_right_fill.jpg);
  background-repeat: repeat-y;
}

td.height_width {  width: 9px;
  height: 9px;
}

td.form_top {  font-weight: bold;
}

td.payment_top {  font-weight: bold;
  background-color: #C4D9F8;
}

td.line {  border-bottom: thin solid #000000;
}

font.content_headline {  font-size: 20px;
  font-weight: bold;
}

font.error {  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
}

font.smalltext {
    font-size: 12px;
}

ul {  list-style-image: url(/images/dot.gif);
}
