/*first class may not work*/
.none {font: 8pt verdana,arial,helvetica,sans-serif}
.title-top{
 color: #000000;
 background: #ffffff url(../images/T2c-title-topBG.gif) repeat-x top left;
 font-size: 20px;
 padding-left:25px;
 line-height: 1.5em;
 }
.title{
  color: #000000;
  background: #ffffff url(../images/T2c-title-topBG.gif) repeat-x top left;
  font-size: 20px;
  padding-left:25px;
 line-height: 1.5em;
 }
.title-sub{
 color: #333333;
 border-bottom: 1px solid #999999;
 background: #a8be76 url(../images/T2c-title-subBG.gif) no-repeat bottom right;
 font-size: 14px;
 font-weight: bold;
 }
 
 
#left-nav{
   background: #000000 url(../images/T2c-Nbackground.gif) repeat top left;
   border: 1px solid #000000;
 }
a.left-nav{
   color: #ffffff;
   font-size: 14px;
   text-decoration: None;
   width: 100%;
   padding: 4px;
   border-bottom: 1px solid #000000;
   display: block;
 }
a.left-nav:visited{
   color: #ffffff;
   font-size: 14px;
   text-decoration: None;
   width: 100%;
   padding: 4px;
   border-bottom: 1px solid #000000;
   display: block;
 }
a.left-nav:active{
   color: #ffffff;
   font-size: 14px;
   text-decoration: None;
   width: 100%;
   padding: 4px;
   border-bottom: 1px solid #000000;
   display: block;
 }
a.left-nav:hover{
   color: #ffffff;
   background-color: #00abcd;
   font-size: 14px;
   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: active {
 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:hover{
 text-decoration: None;
 background-color: #00abcd;
 }
a.postbutton:hover img{
 text-decoration: none;
 background-color: #00abcd;
 }