﻿.ParentLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color:Black;
    line-height: 32px;
    height:32px;
    text-decoration: none;
    width:185px;
    vertical-align:middle;
    background-color:Transparent;
}
.ParentLink:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: Red;
    text-decoration: none;
    width:185px;
}
.ParentTD
{
  height:32px;
  line-height:32px;
  vertical-align:middle;
  text-align:left;
  width:185px;
  background-color:Transparent;
}
.ChildLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: Black;
    line-height: 20px;
    text-decoration: none;
    width:185px;
    background-color:Transparent;
}
.ChildLink:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: Red;
    text-decoration: none;
    width:185px;
}
.ChildTD
{
    text-align:left;
    width:185px;
    vertical-align:middle;
    line-height:20px;
    background-color:Transparent;
}
