/******** General *******/
a:link {
  text-decoration: none;
  color: #780000;
}

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

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

a:active {
  text-decoration: none;
  color: #780000;
}

body {
  background-color: #FFFFFF;
  font-family: "Verdana";
  font-size: 8pt;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  
}

h1 {
  font-family: "Verdana";
  font-size: 8pt;
  color: #000000;
}

h2 {
  font-family: "Verdana";
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
}

h3 {
  font-family: "Verdana";
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
}

td {
  font-family: "Verdana";
  font-size: 8pt;
  padding: 0px 0px 0px 0px;
}

.tablespaced {
  font-family: "Verdana";
  font-size: 8pt;
  padding: 5px 5px 5px 5px;
}

input {
  font-family: "Verdana";
  font-size: 8pt;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
}

select {
  font-family: "Verdana";
  font-size: 8pt;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
}

.title {
  font-family: "Verdana";
  font-size: 12pt;
  font-weight: bold;
}

.footernav {
  font-family: "Verdana";
  font-size: 8pt;
}

.copyright {
  font-family: "Verdana";
  font-size: 7pt;
  color: #999999;
  text-decoration: none
}

.content{
  letter-spacing: 1;
  font-family: "Verdana";
  font-size: 8pt;
}

.header {
  font-family: "Verdana";
  font-size: 12pt;
  font-weight: bold;
}

.tableheaderwhite {
  background-color: #FFFFFF;
  font-family: "Verdana";
  font-size: 8pt;
  font-weight: bold;
}

.tableheader{
  background-color: #E5842C;
  font-family: "Verdana";
  font-size: 8pt;
  font-weight: bold;
}

.doublebordercell {
  font-family: "Verdana";
  font-size: 8pt;
  border-color: #000000;
  border-collapse: collapse;
  border-style: double;
  border-width: 3px;
}

.singlebordercell {
  font-family: "Verdana";
  font-size: 8pt;
  border-color: #000000;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}

iframe {
border-width: 0px;
height: 60px;
width: 400px;
vertical-align:top;
}

iframe.hidden {
visibility: hidden;
width:0px;
height:0px;
}
