/* Left Nav Styles */
.LNSectionA
{
    text-align: center;
    background-color:rgb(195,131,31);
    height:16px;

    font-family: "times new roman", serif;
    font-weight: normal;
    color: rgb(255,255,255);
    font-size: 14pt;
}
.LNSectionA_Item
{
    text-align: left;
    background-color:rgb(255,255,255);

    font-family: verdana, sans-serif;
    font-weight: bold;
    color: rgb(195,131,31);
    font-size: 8pt;
    LETTER-SPACING: -1px;
    text-decoration: none;
}
.LNSectionB
{
    text-align: center;
    background-color:rgb(121,92,150);
    height:16px;

    font-family: "times new roman", serif;
    font-weight: 400;
    color: rgb(255,255,255);
    font-size: 14pt;
}
.LNSectionB_Item
{
    text-align: left;
    background-color:rgb(255,255,255);

    font-family: verdana, sans-serif;
    font-weight: bold;
    color: rgb(121,92,150);
    font-size: 8pt;
    LETTER-SPACING: -1px;
    text-decoration: none;
}
.LNSectionC
{
    text-align: center;
    background-color:rgb(96,150,178);
    height:16px;

    font-family: "times new roman", serif;
    font-weight: 400;
    color: rgb(255,255,255);
    font-size: 14pt;
}
.LNSectionC_Item
{
    text-align: left;
    background-color:rgb(255,255,255);

    font-family: verdana, sans-serif;
    font-weight: bold;
    color: rgb(96,150,178);
    font-size: 8pt;
    LETTER-SPACING: -1px;
    text-decoration: none;
}
.LNSectionD
{
    text-align: center;
    background-color:rgb(83,144,4);
    height:16px;

    font-family: "times new roman", serif;
    font-weight: 400;
    color: rgb(255,255,255);
    font-size: 14pt;
}
.LNSectionD_Item
{
    text-align: left;
    background-color:rgb(255,255,255);

    font-family: verdana, sans-serif;
    font-weight: bold;
    color: rgb(83,144,4);
    font-size: 8pt;
    LETTER-SPACING: -1px;
    text-decoration: none;
}

.LNSectionE
{
    text-align: center;
    background-color:rgb(29,62,136);
    height:16px;

    font-family: "times new roman", serif;
    font-weight: 400;
    color: rgb(255,255,255);
    font-size: 14pt;
}
.LNSectionE_Item
{
    text-align: left;
    background-color:rgb(255,255,255);

    font-family: verdana, sans-serif;
    font-weight: bold;
    color: rgb(165,147,107);
    font-size: 8pt;
    LETTER-SPACING: -1px;
    text-decoration: none;
}

a.LNSectionA_Item:hover
{
    LETTER-SPACING: -1px;
  text-decoration: underline;
}
a.LNSectionB_Item:hover
{
    LETTER-SPACING: -1px;
  text-decoration: underline;
}
a.LNSectionC_Item:hover
{
    LETTER-SPACING: -1px;
  text-decoration: underline;
}
a.LNSectionD_Item:hover
{
    LETTER-SPACING: -1px;
  text-decoration: underline;
}
a.LNSectionE_Item:hover
{
    LETTER-SPACING: -1px;
  text-decoration: underline;
}

a.SectionA
{
  text-decoration: underline;
  color: rgb(19,85,119);
}
a.SectionB
{
  text-decoration: underline;
  color: rgb(19,85,119);
}
a.SectionC
{
  text-decoration: underline;
  color: rgb(19,85,119);
}
a.SectionD
{
  text-decoration: underline;
  color: rgb(19,85,119);
}
a.SectionE
{
  text-decoration: underline;
  color: rgb(19,85,119);
}

body
{
  font-family: Verdana, Arial, Helvetica;
  background-color: #DCDCDC;
}

p
{
  color: rgb(0,0,0);
  font-size: 9pt;
}

table
{
  BORDER-COLLAPSE: collapse;
  border: #DEDEDE;
}

td
{
  border: #DEDEDE;
}

h1, h2, h3, h4, h5, h6
{
  font-family: "times new roman", serif;
  color: rgb(54,32,125);
  font-weight: 400;
}
h1
{
    font-size: 18pt;
}
h1.SectionA
{
    color: rgb(54,32,125);
}
h1.SectionB
{
    color: rgb(54,32,125);
}
h1.SectionC
{
    color: rgb(54,32,125);
}
h1.SectionD
{
    color: rgb(54,32,125);
}
h1.SectionE
{
    color: rgb(54,32,125);
}
h2
{
    font-size: 14pt;
}
h2.SectionA
{
    color: rgb(195,131,31);
}
h2.SectionB
{
    color: rgb(121,92,150);
}
h2.SectionC
{
    color: rgb(96,150,178);
}
h2.SectionD
{
    color: rgb(83,144,4);
}
h2.SectionE
{
    color: rgb(165,147,107);
}
