/* */
ul.dot 
{
list-style-image: url('/images/reddot.gif')
}
ul.check 
{
list-style-image: url('/images/checkbox.gif')
}
ul.aster 
{
list-style-image: url('/images/aster.gif')
}
img.left
{
float:left;
margin:0px 20px 0px 0px;
}

/* */
a {
  color: #000080;
  font-weight: bold;
  }
a:hover {
  color: #ff0000;
  }
a.navigation {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  }
a.navigation:hover {
  color: #000000;
  background-color: #ffff00;
  }

b.heading {
  font-weight: bold;
  font-size: 13pt;
  color: #000080;
  }

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: #444444;
  }

.button {
  font-size: 11pt;
  background-color: #000080;
  color: #ffffff;
  font-weight: bold;
  }

.input {
  font-size: 11pt;
  color: #000080;
  background-color: #eeeeee;
  font-weight: bold;
  }

p.success {
  background-color: #000080;
  color: #ffffff;
  font-weight: bold;
  }

span.feature-title {
  font-weight: bold;
  font-size: 12pt;
  }

table.boxed {
  border: 1px solid #000000;
  }

td {
  font-size: 11pt;
  }
td.contents {
  background-color: #ffffff;
  }
td.copyright {
  background-color: #444444;
  color: #ffffff;
  font-size: 10pt;
  }
td.header {
  background-color: #000080;
  color: #ffffff;
  font-weight: bold;
  }
td.navigation {
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  }
td.rest {
  background-color: #dddddd;
  }


