body {
  ackground-image: url(../images/background.gif);
  font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 3px;
  border: 10px;
  text-align: left;
  background-color: #003366;
  color: #404040;
}

a {
  text-decoration:none;
  color:#003366;
}

a:hover {
  text-decoration:none;
  color:#A0B5D9;
}

a:active { 
   text-decoration:none;
   color:#A0B5D9;
}

ul {
  list-style-type: disk;
  line-height: 15px;
}

ol {
  line-height: 15px;
}

li {
  margin-top: 2px;
  text-indent: 0px
}

h1 {
   font-size: 28px;
   color:#A0B5D9;
   text-align: center;
   margin-top: 8px;
   margin-bottom: 5px;
}

p {
  margin-top: 4px;
  margin-bottom: 8px;
}

td p {
  margin-top: 3px;
}

td ul {
  margin-top: 3px;
}

h2 {
   font-size: 14px;
   color:#A0B5D9;
   margin-left: 9px
}

h3 {
   font-size: 13px;
   margin-left: 9px
}

h4 {
   font-size: 10px;
}

center {
   font-size: 12px;
   color:#A0B5D9;
}

img {
  border:0px;
}

table.border {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}

table.content {
  width: 100%;
}

table.feature {
  width: 100%;
  background-color: #f7f7fa;
}

th.feature {
  font-size: 14px;
  color: #A0B5D9;
  padding-bottom: 10px;
}

td.r1 {
  color: #A0B5D9;
  text-align: center;
}

td.r2 {
  background-color: #f7f7fa;
  padding-left: 10px;
  padding-right: 20px;
}

img.left {
  padding-right: 10px;
}

img.right {
  padding-left: 10px;
}

td {
  vertical-align: top;
}
