.TDCurrent
   {
      background-color:#9eb378;
      color:#FFFFFF;
      text-align : left;
      height="18";
      font-size:90%;
      font-weight: bold;
   }
.TDCurrentOLD
   {
      background-color:#FFE499;
      color:#4F66CC;
      height="30";
      text-align : left;
      font-size:90%;
      font-weight: bold;
      border-top-color:#CC9966;
      border-top-style:solid;
      border-top-width:thin;
      border-bottom-color:#CC9966;
      border-bottom-style:solid;
      border-bottom-width:thin;
   }

.TDnavbar 
   {
      color:#FFFFFF;
      background-color:#9eb378;
      cursor:hand;
      font-weight: bold;
      text-align : center;
   }
.blanknavbar 
   {
      color:#FFFFFF;
      background-color:#FFE499;
      cursor:default;
   }
.sidebarline 
   {      
      border-top-color:#9eb378;
      border-top-style:solid;
      font-size:4;      
   }
.title 
   {
      color:#9C6300;
      background: transparent;
      font-weight: bold;
      text-align : center;
      font-size:180%;
   }
.subtitle 
   {
      color:#9C6300;
      background: transparent;
      font-weight: bold;
      text-align : left;
      font-size:110%;
      height: 28;
   }

.radiobuttons 
   {
      color:#9C6300;
      background: transparent;
      text-align : left;
      font-size:90%;
   }

.sbarUp 
   {
      color:#9C6300;
      background: transparent;
      font-weight: bold;
      cursor:default;
   }
.sbarUpLink 
   {
      color:#9C6300;
      background: transparent;
      font-weight: bold;
      cursor:hand;
      font-size:90%;
   }
.DataHeading 
   {
      color:#9C6300;
      background: transparent;
      font-weight: bold;
      text-align : left;
      font-size:90%; 
   }
.SmallHeading 
   {
      color:#9C6300;
      background: transparent;
      font-weight: bold;
      text-align : left;
      font-size:80%; 
   }

.sbarDown 
   {
      color:#669900;
      background: transparent;
      font-weight: bold;
      cursor:default;
      font-size:90%;
   }
.sbarDownLink 
   {
      color:#669900;
      background: transparent;
      font-weight: bold;
      cursor:hand;
      font-size:90%;
   }
.programLink 
   {
      color:#345EA5;
      background: transparent;
      font-weight: bold;
      cursor:hand;
   }

.search 
   {
      font-weight: bold;
      font-size:80%;
      color:#006600;
      text-align : right; 
   }   
.sbar 
   {
      color:#4F66CC;
      background: transparent;
      font-weight: bold;
   }   
.small 
   {
      font-size:90%; 
   }
.TDMenu 
   {
      color:#FFFFFF;
      background-color:#FFE499;
      width:100%;
      cursor:default;
   }
.TDListPick 
   {
      color:#006600;
      background-color:#CCFFCC;
      width:100%;
      cursor:hand;
      font-weight: bold;
   }
.hidden
   {
      visibility:hidden;
   }
.tutorial 
   {
position:absolute;
left:-200px;
top:-1000px;
width:350px;
height:100px;
color:blue;
background-color:#CCFFFF;
border: 4px groove lightgrey;
text-align:center;
z-index:100;
visibility:hidden;
   }