.page_heading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.page_content
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.box
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid
}
.top_border
{
    BORDER-TOP: black 1px solid;
}
.controlstyle
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Verdana, helvetica, sans-serif
}
.page_content1
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}
.banner_heading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #d71920
}
.banner_background
{
    BACKGROUND-COLOR: #d71920
}
.banner_link_background
{
    BACKGROUND-COLOR: #2e2e92
}
.banner_link_text
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 7.5pt;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}
.banner_link_text_selected
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: yellow;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}
.error_message
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial
}
.heading
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #5678c4
}
.heading1
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #2b3b9c
}
.heading2
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #82b6ed
}
.onmousetext
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline
}
.bodytext
{
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial
}
.bodytext_link
{
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline
}
.bodytext_bold
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial
}
.errortext
{
    COLOR: red;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 11px
}
.confirmtext
{
    COLOR: green;
    FONT-WEIGHT: bolder;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 11px
}

.button {
    background: #ffffff;
    color: #1f1c1c;
    border-color: #000000;
    border-width: thin;
    border-style: solid;
}
.simple_links{
    FONT-SIZE: 14px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
}

 
  .ToolText{
                    position:relative;
                    /*display: block; */
                      width: 100%;

                }
                .ToolTextHover{

                    position:relative;
                    width:auto;
                    height:auto;

                }
                .ToolText span{

                    display:none;
                    background-color: white;
                    width: 100%;


                }

                .ToolTextHover span{

                    position:absolute;
                    z-index: 1000;
                    border:1px solid black;
                    background-color:#488CDA; color:#FFFFFF;
                    text-align: left;
                    width:200px;
                    height:auto;
                    float:left;
                     

                }




#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: auto;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2E2E92;
border-bottom: 1px solid #5678C4;
border-left: 7px solid #5678C4;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #5678C4;
border-left-color: #2E2E92;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}


