/* CSS Document */


body {
        font-family: verdana;
        font-size: 11px;
        background-color: #E2EFFE;
}
td {
        font-family: verdana;
        font-size: 11px;
}
.redBoldTitles {
        font-family: arial;
        font-size: 14px;
        font-weight: bold;
        color: #FF0000;

}
.redBoldTitles2 {
        font-family: arial;
        font-size: 18px;
        font-weight: bold;
        color: #FF0000;

}
.subtitle {
        font-family: arial;
        font-size: 16px;
        font-weight: bold;
}
.infoRed {
        background-image: url(/images/homepage/red_tlt.jpg);
        }

a {
        color:#4665b6;
        text-decoration: none;
}

a:hover {
        color: #FF6600;
        text-decoration: underline;
        font-weight: bold;
        }

.a_white {
        color: #FFFFFF;
        font-family: verdana;
        font-weight: bold;
        }


/* Menu */

#menu {
        max-width: 162px;
        width: 162px;
        border-left: 0px solid #2D56BF;
        border-right: 0px solid #2D56BF;
        border-top: 0px solid #2D56BF;
        border-bottom: 0px solid #2D56BF;
        margin: 0px;
        padding-left: 0px;
        line-height: 1.75;
}
#menu a:link, #menu a:visited {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
        text-indent: 15px;
        display: block;
        background: url(/images/homesite/butt_ltbl.jpg) repeat-x;
        padding: 0px 0 0 0px;
        height: 24px;
}
#menu a:hover, #menu a:active {
        color: #FFFFFF;
        text-decoration: none;
        text-indent: 25px;
        display: block;
        background: url(/images/homesite/butt_blu.jpg) repeat-x;
        padding: 0px 0 0 0px;
        vertical-align: middle;
        height: 24px;
}
.blackBoldTitles {
        font-family: arial;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
}
.holiday{
        font-size: 10px;
        font-family: arial;
        color: #FF0000;
        font-weight: bold;
}

.lgr{
        font-size: 16px;
}

