/*first class may not work*/
.none {font: 8pt verdana,arial,helvetica,sans-serif}
.title-top{
 color: #000000;
 background: #ffffff url(../images/T2-top-titleBG.gif) repeat bottom left;
 font-size: 22px;
 }
.title-sub{
 color: #000000;
 border-bottom: 1px solid #7e1813;
 font-size: 14px;
 font-weight: bold;
 }

#nav-left{
   background: #ddcfcf url(../images/T2-Nbackground.gif) repeat top left;
   border-right: 1px solid #7e1813;
   border-left: 1px solid #7e1813;
   border-top: 1px solid #7e1813;
 }

a.nav-left{
   color: #000000;
   font-size: 14px;
   font-weight: bold;
   text-decoration: None;
   width: 100%;
   padding: 4px;
   border-bottom: 1px solid #7e1813;
   display:block;
 }
a.nav-left:visited{
   color: #000000;
   font-size: 14px;
   font-weight: bold;
   text-decoration: None;
   width: 100%;
   padding: 4px;
   border-bottom: 1px solid #7e1813;
   display:block;
 }
a.nav-left:active{
   color: #000000;
   font-size: 14px;
   font-weight: bold;
   text-decoration: None;
   width: 100%;
   padding: 4px;
   border-bottom: 1px solid #7e1813;
   display:block;
 }
a.nav-left:hover{
   color: #000000;
   background-color: #67b2b9;
   font-size: 14px;
   font-weight: bold;
   text-decoration: None;
   width: 100%;
   padding: 4px;
   border-bottom: 1px solid #7e1813;
   border-right: 1px solid #7e1813;
   display:block;
 }
a.postbutton{
 color: #000000;
 background-color: #ddcfcf;
 border: 1px solid #7e1813;
 padding: 5px;
 text-decoration: None;
 font-size: 14px;
 }
a.postbutton:visited{
 color: #000000;
 background-color: #ddcfcf;
 border: 1px solid #7e1813;
 padding: 5px;
 text-decoration: None;
 font-size: 14px;
 }
a.postbutton:active{
 color: #000000;
 background-color: #ddcfcf;
 border: 2px solid #7e1813;
 padding: 5px;
 text-decoration: None;
 font-size: 14px;
 }
a.postbutton:hover{
 text-decoration: None;
 background-color: #67b2b9;
 }
a.postbutton:hover img{
 text-decoration: none;
 background-color: #67b2b9;
 }