tr.NavBar
{
    background-color: #E5E5E5;
    text-align: center;
    border-left-color: #E5E5E5;
   border-left-width: thin;
}

td.SectionTagLine
{
    background-color: #E5E5E5;
}


td.SectionBlank
{
   background-color: #E5E5E5;
}

td.SectionSelected
{
    color: black;
    background-color: #ffffff;
   font-family: Tahoma, Times New Roman, Times;
   font-size: 11;
   font-weight: bold;  
}

td.SectionDefault
{
   color: black;
    background-color: #a4a4a4;
   font-family: Tahoma, Times New Roman, Times;
   font-size: 9pt;
   font-weight: bold;
   border-left-color: #E5E5E5;
   border-left-width: thin;
   border-left-style: solid;
}

a.SectionLink
{
   color: #ffffff;
   font-family: Tahoma, Times New Roman, Times;
   font-size: 11;
   font-weight: bold
}
a.SectionLink:link
{
  color: #ffffff; 
  text-decoration: none; 
   font-family: Tahoma, Times New Roman, Times;
   font-size: 11;
   font-weight: bold;
}
a.SectionLink:visited
{ 
  color: #ffffff; 
  text-decoration: none;
  background: #a4a4a4;
   font-family: Tahoma, Times New Roman, Times;
   font-size: 11;
   font-weight: bold
}
a.SectionLink:hover
{ 
  color: #000000; 
  text-decoration: none;
  background: #a4a4a4;
      font-family: Tahoma, Times New Roman, Times;
   font-size: 11;
   font-weight: bold
}