/* tags */

body {
  background-color: #c8c8c8;
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 75%;
}

body, p, blockquote, th, td, font, p, h1, h2, h3, h4, h5, h6, li, dt, dd, div {
  font-family: tahoma, arial, verdana, sans-serif;
}

p, th, td, font {
  font-size: 100%;
  color: #000000;
}

table {
  border-collapse: collapse;
}

p {
  margin: 0 0 20px 0;
}

pre {
  font-size: 100%;
}

h1 {
  font-size: 175%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
}

h3 {
  font-size: 135%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 20px 0;
}

h4 {
  font-size: 120%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
}

h5 {
  font-size: 110%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
}

h6 {
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
}

hr {
  height: 1px;
  width: 100%;
  color: #000000;
  border: 0;
}

ul, ol {
  margin: 0 0 20px 35px;
  padding: 0;
}

ul {
  margin-left: 15px;
}

a:link {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #0000ff;
  text-decoration: none;
}

a:focus {
  color: #ff0000;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
  text-decoration: underline;
}

small, .small {
  font-size: 90%;
}

dl {
  margin: 0 0 20px 0;
}

dd {
  margin: 0 0 0 15px;
}

dl.small {
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dl.small dt {
  font-weight: bold;
}

blockquote {
  font-style: normal;
  height: auto;
  padding: 5px;
  border: 1px solid #999999;
  background-color: #dddddd;
}

blockquote cite {
  color: #000000;
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: right;
}

blockquote.enhanced {
  margin: auto 0;
  background-color: transparent;
  border: 0;
  padding: 0;
}

blockquote.enhanced cite {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  width: auto;
  height: 50px;
}

acronym, abbr, .abbr {
  border-bottom: 1px dashed #000000;
  cursor: help;
}

.imgAlignLeft {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #000000;
}

.imgAlignRight {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #000000;
}

.data {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px 0;
}

.data th, .data td {
  border-width: 1px 0;
  border-style: dotted;
  border-color: #808080;
  padding: 2px 4px;
  text-align: left;
  vertical-align: top;
}

.topLink {
  clear: both;
  font-size: 80%;
  text-align: right;
  margin: 20px 0 1px 0;
  border-bottom: 1px solid #cccccc;
}

.topLink a {
  display: block;
}

.print {
  display: none;
}

p, blockquote {
  line-height: 150%;
}

blockquote.enhanced cite {
  line-height: 110%;
}

h1 {
  line-height: 180%;
}

h2 {
  line-height: 150%;
}

h3 {
  line-height: 130%;
}

h4 {
  line-height: 115%;
}

h1 {
  line-height: 100%;
}

h1 {
  line-height: 90%;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.clearBoth {
  clear: both;
}

table.data th.left, table.data td.left {
  text-align: left;
}

table.data th.center, table.data td.center {
  text-align: center;
}

table.data th.right, table.data td.right {
  text-align: right;
}

table.data th.top, table.data td.top {
  vertical-align: top;
}

table.data th.middle, table.data td.middle {
  vertical-align: middle;
}

table.data th.bottom, table.data td.bottom {
  vertical-align: bottom;
}

dl.split {
  margin: 0 240px 20px 0;
  zoom: 1;
}

dl.split:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}

dl.split dt {
  clear: left;
  float: left;
  width: 140px;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: right;
}

dl.split dd {
  float: left;
  width: 210px;
  margin: 0 0 0 5px;
  padding: 0;
  text-align: left;
}
