<style>
<!--

body {
  background-color : #FFFFFF;
}

body, td, input, textarea {
  font-family: Trebuchet MS, Verdana;
  font-size : 14px;
  cursor: default;
}

body, td {
  cursor : default;
  color : #666666;
}

p, ul, ol, li, blockquote {
  line-height : 18px;
  margin-top : 10px;
  margin-bottom : 10px;
  text-align : justify;
}

blockquote {
  margin-left : 40px;
  margin-right : 20px;
}

h1, h2, h3, h4 {
  font-family: Trebuchet MS, Arial, Verdana;
  font-weight : bold;
}

h1 {
  font-size : 20px;
  margin-top : 0px;
  margin-bottom : 10px;
  color : #CC0000;
}

h2 {
  font-size : 18px;
  margin-top : 22px;
  margin-bottom : 10px;
  color : #666666;
}

h3 {
  font-size : 16px;
  margin-top : 18px;
  margin-bottom : 10px;
  color : #999999;
}

h4 {
  font-size : 14px;
  margin-top : 16px;
  margin-bottom : 10px;
}

a {
  text-decoration : none;
  color : #CC0000;
}

a:visited {
  color : #CC0000;
}

a:hover {
  color : #FF6666;
}

.left {
  text-align : left;
}

.right {
  text-align : right;
}

.center {
  text-align : center;
}

.footer {
  background-color: #eeeeee;
  padding: 20px;
  text-align: left;
}

-->
</style>

