a.a_style:link {
    color: white;
    text-decoration: none;
}

a.a_style:visited {
    color: white;
    text-decoration: none;
}

a.a_style:hover {
    color: #77B0FF;
    text-decoration: underline;
}

.a_menu {
    display: block;
    padding: 0px;
    height: 30px;
    width: 155px;
    font-size: 14px;
    padding-top: 4px;
}

a.a_menu:link {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

a.a_menu:visited {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

a.a_menu:hover {
    color: #000;
    text-decoration: none;
    background-image: url(images/btn1.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

.a_menu_2line {
    display: block;
    padding: 0px;
    height: 52px;
    width: 155px;
    font-size: 14px;
    padding-top: 8px;
}

a.a_menu_2line:link {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn_Large.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

a.a_menu_2line:visited {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn_Large.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

a.a_menu_2line:hover {
    color: #000;
    text-decoration: none;
    background-image: url(images/btn1_Large.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

.b_menu {
    display: block;
    padding: 0px;
    height: 60px;
    width: 155px;
    font-size: 14px;
    padding-top: 4px;
}


a.b_menu:link {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn25.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

a.b_menu:visited {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn25.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

a.b_menu:hover {
    color: #000;
    text-decoration: none;
    background-image: url(images/btn25.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

.red_menu {
    display: block;
    padding: 0px;
    height: 30px;
    width: 155px;
    font-size: 14px;
    padding-top: 4px;
}


a.red_menu:link {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn21.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

a.red_menu:visited {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn21.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

a.red_menu:hover {
    color: #000;
    text-decoration: none;
    background-image: url(images/btn1.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

.blue_menu {
    display: block;
    padding: 0px;
    height: 30px;
    width: 155px;
    font-size: 14px;
    padding-top: 4px;
}


a.blue_menu:link {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn22.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

a.blue_menu:visited {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn22.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

a.blue_menu:hover {
    color: #000;
    text-decoration: none;
    background-image: url(images/btn1.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}



.purple_menu {
    display: block;
    padding: 0px;
    height: 30px;
    width: 155px;
    font-size: 14px;
    padding-top: 4px;
}


a.purple_menu:link {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn23.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

a.purple_menu:visited {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn23.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

a.purple_menu:hover {
    color: #000;
    text-decoration: none;
    background-image: url(images/btn1.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}


.green_menu {
    display: block;
    padding: 0px;
    height: 30px;
    width: 155px;
    font-size: 14px;
    padding-top: 4px;
}


a.green_menu:link {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn24.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

a.green_menu:visited {
    color: #ffffff;
    text-decoration: none;
    background-image: url(images/btn24.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}

a.green_menu:hover {
    color: #000;
    text-decoration: none;
    background-image: url(images/btn1.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
}




.admin_menu {
    display: block;
    padding: 0px;
}

a.admin_menu:link {
    color: #34838f;
    text-decoration: none;
}

a.admin_menu:visited {
    color: #34838f;
    text-decoration: none;
}

a.admin_menu:hover {
    color: white;
    text-decoration: none;
    background-color: #0174DF;
}


a.a_link:link {
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}

a.a_link:visited {
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}

a.a_link:hover {
    color: white;
    text-decoration: none;
    background-color: blue;
    font-weight: bold;
}

a.out_link:link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

a.out_link:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

a.out_link:hover {
    color: blue;
    text-decoration: none;
    background-color: white;
    font-weight: bold;
}



.form_text {
    color: blue;
    font-weight: bold;
}

.txt {
    color: #D20101;
    font-weight: bold;
}

.txt1 {
    color: black;
    font-weight: bold;
    font-size: 13px;
}

.special {
    color: black;
    font: 18px verdana;
}

.general {
    color: black;
    font: normal 18px book antiqua;
}


.legend_text1 {
    font: normal 18px arial, verdana;
    border: 1px solid #C11B17;
}



.table_head {
    font: normal 14px arial, verdana;
    color: #FF0000;
    font-weight: bold;
}

.clear {
    /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 200%;
}

a.button {
    background: transparent url('images/btn.jpg') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 20px;
    padding-right: 18px;
    /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/btn1.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-size: 14px;
}


.la_menu {
    display: block;
    padding: 0px;
    height: 52px;
    width: 155px;
    font-size: 14px;
    padding-top: 8px;
}

a.la_menu:link {
    color: #ffffff;
    text-decoration: none;
    background-image: url('images/btn25.jpg');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

a.la_menu:visited {
    color: #ffffff;
    text-decoration: none;
    background-image: url('images/btn25.jpg');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

a.la_menu:hover {
    color: #000;
    text-decoration: none;
    background-image: url(images/btn26.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

.lgreen_menu {
    display: block;
    padding: 0px;
    height: 52px;
    width: 155px;
    font-size: 14px;
    padding-top: 8px;
}

a.lgreen_menu:link {
    color: #ffffff;
    text-decoration: none;
    background-image: url('images/btn27.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

a.lgreen_menu:visited {
    color: #ffffff;
    text-decoration: none;
    background-image: url('images/btn27.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}

a.lgreen_menu:hover {
    color: #000;
    text-decoration: none;
    background-image: url(images/btn26.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
}