/* CSS Document */

a:link {color:#00f}
a:visited {color: #00f}
a:active {color: #00f}
a:hover {color: #06f}

.white a:link {color: #fff}
.white a:visited {color: #fff}
.white a:hover {color: #fff}
.white a:active {color: #fff}

body {
   text-align: center;
   background-color: #000000;
   margin-left: 0;
   margin-top: 0;
   }

table.main {
  width: 760px;
  background-color: #FFFFFF;
  }

table.productdata {
  width: 550px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  background-color: #FFFFFF;
  }

td.tree {
  width: 175px;
  background-color: #333399;
  }

td.content {
  width: 585px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  background-color: #FFFFFF;
  }

td.list-header {
  background-color: 0066cc;
  color: #FFFFFF;
  }

tr.list-header {
  background-color: 0066cc;
  color: #FFFFFF;
  }

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }

td.white {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  }

td.tab {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  }

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 10px;
  }

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 5px;
  }

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }

.b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  }

form {margin:0}
