body    {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-attachment:fixed;
  background-color: #fe9902;
  margin:0 20 10 20;
  background-repeat: repeat
}

td  {
  font-family: georgia;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
}

a:link,a:visited {
    font-family: georgia;
    color: #000000;
    text-decoration: underline;
}
a:hover {
    font-family: georgia;
    color: #000000;
    text-decoration: none;
}
h1 {
    font-family: georgia;
    font-size: 20px;
    color: #000000;
}
h2 {
    font-family: georgia;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
}
input   {

}

input.submit    {
    background-color: #f29e2c;
    border: 0px solid #000000;
}

.title  {
    color: #000000;
    font-size: 14pt;
    font-weight: bold;
}

img, div, td{ behavior: url(iepngfix.htc) }

html a:active {
  outline:none;
}
:focus {
  -moz-outline-style: none;
}