﻿body
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: small;
}

TD.SectionHead
{
    font-weight:bolder;
    text-align: left;
    padding: 10px 10px 1px 10px;
    background-color:White;
    color:#40465E;
}

TD.TopRight
{
border-top: solid 1px white;
border-right: solid 1px white;
border-bottom: dotted 1px white;
border-left: none 0 white;
}
TD.TopLeft
{
border-top: solid 1px white;
border-left: solid 1px white;
border-bottom: dotted 1px white;
border-right: dotted 1px white;
}
TD.BottomLeft
{
border-bottom: solid 1px white;
border-left: solid 1px white;
border-right: dotted 1px white;
border-top: none 0 white;
}
TD.BottomRight
{
border-bottom: solid 1px white;
border-right: solid 1px white;
border-top: none 0 white;
border-left: none 0 white;
}
TD.Left
{
border-left: solid 1px white;
border-bottom: dotted 1px white;
border-right: dotted 1px white;
border-top: none 0 white;
}
TD.Right
{
border-right: solid 1px white;
border-bottom: dotted 1px white;
}

.leftNav
{
 padding-top: 60px;
 overflow: visible;
 white-space:nowrap;
}

