body, table, tr {
  background-color: #FFFFFF;
  color: #000000;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  text-align: center;
}

h1, h2, h3, h4 {
  padding: 0px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

ul {
  list-style-type: square;
}


div.container {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  vertical-align: top;
  text-align: left;
}

td {
  vertical-align: top;
  text-align: left;
  color: #000000;
  padding: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  padding: 0px;
  border-style: none;
  color: #0000FF;
  padding: 0px;
  text-decoration: none;
}

a:hover {
  padding: 0px;
  color: #FF0000;
  text-decoration: underline;
}

a:active {
  padding: 0px;
  color: #FF6666;
  text-decoration: underline;
}

img {
  padding: 0px;
  border-style: none;
}

b {
  padding: 0px;
  font-weight: bold;
}

table.page_body {
  width: 800px;
}

td.header {
  font-size: 10px;
  color: #999999;
  text-align: center;
  border-top: 3px dotted #999999;
  border-bottom: 3px dotted #999999;
}
 
td.header a {
  font-size: 30px;
  color: #000066;
}

td.header a:hover {
  color: #000066;
  text-decoration: none;
}

td.header a:active {
  color: #000066;
  text-decoration: none;
}

td.footer {
  font-size: 10px;
  color: #999999;
  text-align: center;
  border-top: 3px dotted #999999;
}
 
td.left_nav {
  width: 180px;
  border-right: 3px dotted #999999;
  padding-top: 9px;
}

td.left_nav li {
  position: relative;
  right: 20px;
  padding-top: 10px;
}

ul.left_nav_ul a {
  font-weight: normal;
  color: #000099;
}

ul.left_nav_ul a:hover {
  font-weight: normal;
  color: #000099;
  font-decoration: underline;
}

ul.left_nav_ul a:active {
  font-weight: normal;
  color: #000099;
  font-decoration: underline;
}

td.main_content {
  width: 620px;
  padding-left: 30px;
}

td.main_content h2 {
  position: relative;
  right: 10px;
  color: #666666;
}

table.border {
}

table.border td {
  border: 1px dotted #CCCCCC;
}

div.subheading {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

