table.SubSectionTable
{
    background-color: #e9e9e9;
}

tr.SubSectionHeader
{
   padding:1;
   margin-top:1
}

td.SubSectionTitle
{
   color: black
   font-family: Verdana, Times New Roman, Times;
   font-size: 10pt;
   font-weight: bold;
   text-align: left;
}

td.SubSectionDefault
{
   color: black
   font-family: Tahoma, Times New Roman, Times;
   font-size: 10pt;
   mamrgin-left: 1;
   text-align: left;
}

td.SubSectionSelected
{
    color: black
   font-family: Tahoma, Times New Roman, Times;
   font-size: 10pt;
   margin-left: 5;
   text-align:left;
}

a.SubSectionLink
{
   color: #0000ff;
   background-color: #e9e9e9;
   font-family: Tahoma, Times New Roman, Times;
   font-size: 10pt;
   font-weight: plain
}

a.SubSectionLink:link
{
  color: #0000ff; 
  text-decoration: none; 
   font-family: Tahoma, Times New Roman, Times;
   font-size: 10pt;
background-color: #e9e9e9;
}
a.SubSectionLink:visited
{ 
  color: #0000ff; 
  text-decoration: none;
   font-family: Tahoma, Times New Roman, Times;
   font-size: 10pt;
background-color: #e9e9e9;
}
a.SubSectionLink:hover
{ 
  color: #0000ff; 
  text-decoration: none;
      font-family: Tahoma, Times New Roman, Times;
   font-size: 10pt;
   font-weight: bold;
background-color: #e9e9e9;
}
