﻿.margin_set{}

.btm_menu_style
    {
        padding-top:6px;
        font-size:11px;
        /*background-color:Silver;*/
        text-align:left;
        padding-left:20px;
    }
    .btm_menu_selected
    {
        font-weight:bold;
    }
    .btm_menu_style a:link {color: Navy; }     /* unvisited link */
    .btm_menu_style a:visited {color: Navy;}  /* visited link */
    .btm_menu_style a:hover {color:Gray;}
    
    .btm_submenu_style
    {
        z-index:1000;
        color:Navy;
        font-size:11px;
        width:210px;
        background-color:#E7E4E1;
        text-align:left;
        padding:5px 10px 5px 10px;
        padding-left:10px;
        padding-top:5px;
        padding-bottom:5px;
    }
    .btm_submenu_selected
    {
        /*font-weight:bold;*/
    }
    .btm_submenu_style a:link {color: Blue;}     /* unvisited link */
    .btm_submenu_style a:visited {color: Blue;}  /* visited link */
    .btm_submenu_style a:hover {color:Gray;}

.hs_tableheader
{
    border-top:1px solid black;
    border-bottom:1px solid black;
}

a.linkbutton_exlargeimage
{
    display: block; 
    background-image:url(images/button_white_exlarge.gif);
    background-repeat:no-repeat;
    width: 250px;
    padding-top:2px;
    padding-bottom:9px;
    color: #182068;
    text-align:center;
    text-decoration:none;
    font-size:12px;
}

a.linkbutton_exlargeimage:hover
{
    background-image:url(images/button_white_exlarge_hover.gif);
    color: white;    
}


a.linkbutton_red_exlarge
{
    display: block; 
    background-image:url(images/button_red_exlarge.gif);
    background-repeat:no-repeat;
    width: 250px;
    padding-top:2px;
    padding-bottom:9px;
    color: #182068;
    text-align:center;
    text-decoration:none;
    font-size:12px;
    color:Black;
}

a.linkbutton_red_exlarge:hover
{
    background-image:url(images/button_red_exlarge_hover.gif);
    color: white;    
}


.small_head
{
    font-size:9pt;
    font-weight:bold;
    padding-bottom:10px;
}

.hs_heading
{
    font-size: 12pt;
    font-weight:bold;
    padding-bottom:10px;
}


a.smlbutton
{
    display:block;
    background-image:url(images/button_small.gif);
    background-repeat:no-repeat;
    width: 84px;
    height: 23px;
    padding-top:2px;
    padding-bottom:2px;
    color: #182068;
    text-align:center;
    text-decoration:none;
    font-size:8pt;
    color: Navy;
    cursor:pointer;
}

a.smlbutton:hover
{
    background-image:url(images/button_small_hover.gif);
    color: white;    
}
