body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 9pt;
}

form {
  margin: 0px;
}

a {
  color: #275DB4;
}

a:hover {
  color: #275DB4;
  text-decoration: none;
}

p, ul, li {
  margin-top: 0px;
  margin-bottom: 0px;
}

p, td, textarea {
  font-family: Arial, Verdana;
  font-size: 9pt;
}

h1 {
  font-family: Arial, Verdana;
  font-size: 14pt;
  color: #275DB4;
  font-weight: normal;
  text-align: right;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-image: url('images/h1_bg.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
}

h2 {
  font-family: Arial, Verdana;
  font-size: 10pt;
  color: #275DB4;
  font-weight: bold;
}

th {
  font-family: Arial, Verdana;
  text-align: left;
  padding: 2px 14px;
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: bold;
  background-color: #275DB4;
}

hr {
  margin-top: -10px;
  padding: 0px;
  border: none;
  border-top: 1px solid #275DB4;
  height: 0px;
}

.content {
  vertical-align: top;
  line-height: 18px;
}

.logo {
  width: 308px;
  height: 147px;
  background-image: url('images/texteam_logo_top.gif');
}

.head_right {
  width: 106px;
  background-image: url('images/texteam_head_right.gif');
  background-repeat: no-repeat;
}

.flash_menu {
  width: 308px;
  background-image: url('images/texteam_logo_bottom.gif');
  background-repeat: no-repeat;
  background-position: top;
  vertical-align: top;
  padding-top: 60px;
}

.main_menu {
  width: 586px;
  height: 67px;
  padding-top: 80px;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  background-image: url('images/texteam_head.gif');
  vertical-align: top;
  text-align: right;
}

.main_menu span {
  margin: 0px 23px;
}

.main_menu a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
}

.main_menu a:hover {
  color: #FFFFFF;
}

td.footer {
  font-size: 8pt;
  background-image: url('images/footer_bg.gif');
  color: #A0B5D7;
}

td.footer span {
  margin: 0px 20px;
}

.submenu_div {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  background-color: #194C9E;
  border: 1px solid #194C9E;
}

.submenu_div td {
  text-align: left;
  padding: 2px 5px 2px 5px;
  white-space: nowrap;
}

.submenu_div td a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: normal;
}

.submenu_div tr.hover td {
  cursor: pointer;
  background-color: #275DB4;
}

.submenu_div tr.hover a:hover, .submenu_div tr.hover a {
  color: #FFFFFF;
}

