A:LINK                { color : #333333; }
A:LINK                { color : #333333; }
A:VISITED            { color : #333333; }
A:ACTIVE            { color : #333333; }
A:HOVER             { color : #333333; }
A.navlo:LINK        { color : #F99D1C; text-decoration : none; }
A.navlo:VISITED        { color : #F99D1C; text-decoration : none; }
A.navlo:ACTIVE        { color : #F99D1C; text-decoration : none; }
A.navlo:HOVER        { color : #ffffff; text-decoration : none; }
A.navhi:LINK        { color : #ffffff; text-decoration : none; }
A.navhi:VISITED        { color : #ffffff; text-decoration : none; }
A.navhi:ACTIVE        { color : #ffffff; text-decoration : none; }
A.navhi:HOVER        { color : #ffffff; text-decoration : none; }

BODY  {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-weight : normal;
    font-style : normal;
    font-size : 11px;
    color : #333333;
    background-color:#AB393E;
    margin:0px;
    padding:0px;
}
.txt {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight : normal;
    line-height:14px;
    color: #333333;
}
.txtIntro {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight : bold;
    line-height:14px;
    color: #333333;
}
.txtSplash {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight : normal;
    line-height:15px;
    color: #FFFFFF;
}
    .txtSplash A, .txtSplash A:visited, .txtSplash A:hover, .txtSplash A:active {
        color: #FFFFFF;
    }
.tit {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 15px;
    font-weight : bold;
    color: #FFFFFF;
}
.subTitSplash {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight : bold;
    color: #FFFFFF;
    padding-bottom:5px;
    border-bottom:1px #FFFFFF solid;
}
.nav1 {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight : bold;
    color: #F99D1C;
}

.nav2 {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight : normal;
    color: #F99D1C;
}


TABLE.splashHighlight {
    background-color:#F1DFE0;
}
    TABLE.splashHighlight TD {
        color: #AB393E;
    }
    
TABLE.content {
    background-color:#FFFFFF;
}

TD.butSidebar {
    height:18px;
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight : normal;
    color: #000000;
    padding-left:4px;
    padding-right:4px;
    vertical-align:middle;
    background-color:#EFF0F2;
}
    TD.butSidebar A, TD.butSidebar A:visited, TD.butSidebar A:hover, TD.butSidebar A:active {
        color: #000000;
        text-decoration:none;
    }
DIV.contentHighlight {
    padding:10px;
    background-color:#EFF0F2;
}
TABLE.paging TD {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight : normal;
    color: #FAAE44;
}
    TABLE.paging TD A, TABLE.paging TD A:visited, TABLE.paging TD A:hover, TABLE.paging TD A:active {
        color: #FAAE44;
        text-decoration:none;
    }
    
DIV.highlightButSplashWrapper {
    position:relative;
}
    DIV.highlightButSplash {
        position:absolute;
        left:323px;
        top:1px;
    }
    
    
#header {
    width:100%;
    background-color:#FFFFFF;
}
#separatorHeaderContent1 {
    width:100%;
    height:1px;
    background-color:#AB393E;
}
#separatorHeaderContent2 {
    width:100%;
    height:1px;
    background-color:#FFFFFF;
}
#contentWrapperSplash {
    position:relative;
    width:100%;
    top:45px;
    float:left;
    border:1px #FF6600 solid;
}
    #navigationSplash {
        width:200px;
        float:left;
        
    }
    
    #contentSplash {
        width:478px;
        float:left;
        border:1px #FF6600 solid;
    }