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