.HeaderText 
{
    color: White;
    font-weight: bold;
    font-size: 9pt;
    padding-top: 5px;
    padding-bottom: 5px;
}
.HeaderColor
{
    background-color: #182e83;
}
.NavTable
{
    background-color: #F5F5F5;
    width: 165px;
}
.SideMenuDiv
{
    background-position: 0% 0%;
    background-repeat: no-repeat;
    font-size: 9pt;
    font-weight: normal;
	font-family: 'Microsoft Sans Serif' , Verdana, Arial;
    width: 138px;
    float:left ;
    color: Black;
    background: #F5F5F5;
    text-decoration: none;
   position: relative; /*To help in the anchoring of the ".statusicon" icon image*/

 margin: 2px 5px;

}
.SideMenuDiv a
{
    border-bottom: 1px solid silver;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    font-size: 9pt;
    font-weight: normal;
    display: block;
    text-indent: 6px;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/

    text-decoration: none;
width:auto ;
    padding:  5px 4px 5px 4px;
margin: 1px 1px 1px 1px;

}
.SideMenuDiv a:hover
{
    font-weight: normal;
    font-size: 9pt;
    color: Black;
    background: #DCDCDC;
    background-position: 0% 0%;
    background-repeat: no-repeat;
  width:auto;

    text-decoration: none;
        padding:  5px 4px 5px 4px;
margin: 1px 1px 1px 1px;
}
.SideMenuDiv a:visited
{
    border-bottom: 1px solid silver;
}
.SideMenuDiv a:active
{
    border-bottom: 1px solid silver;
}
.TopicPaneHeaderText
{
    color: #cc2626;
    font-size: 14pt;
    font-family: Trebuchet MS;
}
.TopicPaneHeader
{
    color: #494341;
    font-size: 10pt;
    font-weight: bold;
}
.BoldText
{
    color: #494341;
    font-weight: bold;
}
.DisplayForm
{
    border: solid 1px #003366;
    background-color: #f5f5f5;
}
