/* CSS Document */
li {
        font-family: Tahoma, "Microsoft Sans Serif", sans-serif;
        font-size: 11px;
        color: #666666;
        padding-bottom: 10px;
        list-style-type: disc;
}
.TEXT_LoginBox {
        font-family: "trebuchet MS", "Arial Narrow", Arial, Verdana, sans-serif;
        font-size: 14px;
        color: #E32517;
        font-weight: bold;
}
.TEXT_Normal {
        font-family: Tahoma, "Microsoft Sans Serif", sans-serif;
        font-size: 11px;
        color: #666666;
}
.TEXT_Normal a {
        color: #666666;
}
.TEXT_Normal a:link {
        text-decoration:none;
}
.TEXT_Normal a:visited {
        text-decoration:none;
}
.TEXT_Normal a:hover {
        text-decoration:underline;
}
.TEXT_Normal a:active {
        text-decoration:underline;
}
.FRM_Textfield {
        font-family: Tahoma, "Microsoft Sans Serif", sans-serif;
        font-size: 12px;
        font-weight: bold;
        background-color: #F8F8F8;
        border: 2px solid #E32517;
}
.FRM_Menu {
        font-family: "MS Sans Serif", sans-serif;
        font-size: 14px;
        font-weight: normal;
        background-color: #F8F8F8;
        border: 2px solid #E32517;
}
.DIV_TitleRed {
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: #E32517;
}
.DIV_FooterLightGrey {
 
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: #F2F2F2;
}


