body {
  background-image: url(../../images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #C6CFD0;
  font-family: Tahoma;
}

table, td, p {
  font-family: Tahoma;
}

.company_name {
  font-family: Tahoma;
  font-size: 16pt;
  color: #FFFFFF;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}

.tagline {
  font-family: Tahoma;
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}
.horizontal_nav_bar {
  height: 34px;
  width: 100%;
  background-image: url(../../images/horizontal_nav_spacer_intro.jpg);
  background-repeat: repeat-x;
  font-size: 10px;
  color: #AAAAAA;
}

.horizontal_nav_bar_left {
  height: 34px;
  width: 20px;
  background-image: url(../../images/horizontal_nav_left_intro.jpg);
  background-repeat: no-repeat;
}

.horizontal_nav_bar_right {
  height: 34px;
  width: 20px;
  background-image: url(../../images/horizontal_nav_right_intro.jpg);
  background-repeat: no-repeat;
  background-position: right;
}
.copyright {
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
}

a:link {
  color: #000000;
  font-size: 11px;
}

a:visited {
  text-decoration: none;
  color: #000000;
}

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

.searchbox {
  font-size: 11px;
}

.intro_content {
  font-size: 11px;
}