table.innerspec {
  border-collapse: collapse;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
//  width: 250px;
}

table.innerspec td {
  border-collapse: collapse;
  border-color: #000000;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  margin: 0px;
  padding: 3px;
  vertical-align: middle;
}

table.spec_table {
  border-collapse: collapse;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;

  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.hcell {
  background-color: #37207B;
  color: #FFFFFF;
  font-weight: bold;
}

table.spec_table td {
  border-collapse: collapse;
  border-color: #000000;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  margin: 0px;
  padding: 3px;
  vertical-align: middle;
}

ul.bulletlist {
  margin-left: 0.6em;
  padding-left: 0.6em;
  list-style: none;
}

ul.bulletlist li{
  padding-left: 10px;
  background-image: url(/images/green_arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 0.5em;
}

hr {
  background-color: #FFFFFF;
  clear: both;
  color: #CFCFCF;
  height: 1px;
  margin: 0;
  padding: 0;
}


div.floatleft {
  border: none;
  float: right;
  margin: 1em;
}

div.floatright {
  border: none;
  float: right;
  margin: 1em;
}

div.bordered {
  border: solid 1px #CFCFCF;
  margin: 1em;
  padding: 1em;
}

img {
  border:none;
}

body {
  margin: 0;
}

body, p, ul, li, td {
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
}

form {
  margin: 0;
  display: inline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.2em;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1.0em;
}

h6 {
  font-size: 1.0em;
}

sup {
  font-size: 0.9em;
}

/*
a:link, a:visited {
  text-decoration: none;
}
*/

.footer {
  font-size: 0.9em;
  text-decoration: none;
  color: #FFFFFF;
}

.footer:hover {
  color: #DDDFFF;
}

.left_menu {
  font-size: 0.75em;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

.left_menu:hover {
  color: #FAE000;
}

.left_sub_menu {
  font-size: 0.75em;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

.left_sub_menu:hover {
  color: #FAE000;
}

.white {
  color: #FFFFFF;
}

.white_bold {
  color: #FFFFFF;
  font-weight: bold;
}

.normal {

}

.heading {
  font-weight: bold;
  font-size: 1.4em;
}

.subheading {
  font-style: italic;
}

.small {
  font-size: 0.8em;
}

.large {
  font-size: 1.2em;
}


