body {
  margin-top: 0px;
  margin-bottom: 0px;

  margin-left: 0px;
  margin-right: 0px;
  

  
}

body, table, td {
  font-family: Tahoma;
  font-size: 8pt;

}

.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;
}
.top {
  background-image: url(../images/top.jpg);
  height: 74;
  width: 740;
  background-repeat: no-repeat;
}

.horizontal_menu {
  background-image: url(../images/horizontal_menu.jpg);
  height: 20;
  width: 740px;
  background-repeat: no-repeat;
}

.info_area {
  padding-left: 5px;
  padding-right: 15px;
}

.section_header {
  background-image: url(../images/section_header.jpg);
  height: 20;
  width: 229px;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #ffffff;
}

.left_menu {
  vertical-align: top;
  background-image: url(../images/vertical_menu.jpg);
  width: 229px;
  height: 150;
  background-repeat: no-repeat;
  background-position: top;
}

.content_table {
  width: 740px;
}


.content_area {
  padding-left: 10px;
  vertical-align: top;
  width: 551px;
}

.thumbnail_area {
  text-align: right;
}

.thumbnail_table {
  height: 85;
  width: '100%';
}


.thumbnail {
  width: 75;
  height: 75;
  border-color: #AAAAAA;
  border: solid 1px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.hr {
  width: "100%";
  height: 1px;
  background-image: url(../images/hr.jpg);
}

.back_to_top {
  text-align: right;
  height: 14px;
}

a:visited {
  color: #000000;
  text-decoration: underline;
  text-style: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  text-style: none;
}
a:link {
  color: #000000;
  text-decoration: underline;
  text-style: none;
}

a:active {
  color: #000000;
  text-decoration: underline;
  text-style: none;
}
#miniflex {
  width: 100%;
  float: left;
  font-size: small; /* could be specified at a higher level */
  margin: 0;
  padding: 0 10px 0 10px;
}

#miniflex li {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position:relative;
}

#miniflex a:link, #miniflex a:visited {
  float: left;
  font-size: 85%;
  line-height: 20px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: 3300ff;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
  border-bottom: 4px solid #696;
  padding-bottom: 2px;
  color: 3399ff;
}