 /*first class may not work*/
.none {font: 8pt verdana,arial,helvetica,sans-serif}
 
.top-title {
    background: url(../images/T1-titlebg.gif);
    font-size: 17px;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    color: #990000;
    padding: 2px 0px 10px 8px;
     }
.title-top {
    background: url(../images/T1-titlebg.gif);
    font-size: 17px;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    color: #990000;
    padding: 2px 0px 10px 8px;
     }

.sub-title{
 color: #990000;
 border-bottom: 1px solid #906900;
 font-size: 14px;
 font-weight: bold;
 }
 
.top-nav {
  font-size: 11px;
  font-family: verdana,arial,helvetica,sans-serif;
  /*font-weight: bold;*/
  color: #000000;
  background: #d8cfa1 url(../images/T1-Nbg.gif);
  border-bottom: 1px solid #990000;
  border-right: 1px solid #990000;
  padding: 3px;
     }
.top-nav:hover {
  text-decoration: None;
  color: #ecd7a7;
  background: #003366 url(../images/T1-Nbg-hover.gif);
  }
.top-nav:visted {
  text-decoration: None;
     }
a.top-nav{
  text-decoration: None;
     }
a.top-nav:visted {
  text-decoration: None;
     }
a.top-nav:active {
  text-decoration: None;
     }
 
.postbutton{
  text-decoration: None;
  font-size: 16px;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  background: #d8cfa1 url(../images/T1-Nbg.gif);
  border: 1px solid #990000;
  padding: 5px;
  }
a.postbutton{
  text-decoration: None;
  font-size: 16px;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  background: #d8cfa1 url(../images/T1-Nbg.gif);
  border: 1px solid #990000;
  padding: 5px;
  }
a.postbutton:visted {
  text-decoration: None;
     }
a.postbutton:active {
  text-decoration: None;
     }
 .postbutton:hover {
  text-decoration: None;
  color: #ecd7a7;
  background: #990000 url(../images/T1-Nbg-hover.gif);
  }