A {
        text-decoration : none;
        font-weight : bold;
        color: #e35d0e;
}

A:Visited { color: #e35d1d; }
A:Active { color: #e35d1d; }


A:Hover {
        color: #FFFFFF;
        text-decoration : underline;
}

A.link_white {
        text-decoration : underline;
        font-weight : normal;
        color: #FFFFFF;
}

a.radius:hover{
        color: #thr5ee;
        text-decoration : underline;
        font-weight : normal;
}

a.radius:active{
        color: #FFFFFF;
        text-decoration : underline;
        font-weight : normal;
}

a.radius:visited{
        color: #FFFFFF;
        text-decoration : underline;
        font-weight : normal;
}

A:Visited.link_white { color: #FFFFFF; }
A:Active.link_white { color: #FFFFFF; }

A:Hover.link_white {
        color: #FFFFFF;
        text-decoration : none;
}

BODY {

        font-family : Arial;
        font-size : 9pt;

        SCROLLBAR-FACE-COLOR: #000000;
        SCROLLBAR-HIGHLIGHT-COLOR: #666666;
        SCROLLBAR-3DLIGHT-COLOR: #999999;
        SCROLLBAR-ARROW-COLOR: #CCCCCC;
        SCROLLBAR-TRACK-COLOR: #333333;
        SCROLLBAR-DARKSHADOW-COLOR: #000000;
}


.btn_submit {
        background-image:url('images/mail_forward.gif');
        background-position: left center;
        background-repeat: no-repeat;
        BACKGROUND-COLOR: #FFFFFF;
        padding-left: 18px;
        margin: 5px;
}


.btn_delete {
        background-image:url('images/button_cancel.gif');
        background-position: left center;
        background-repeat: no-repeat;
        BACKGROUND-COLOR: #FFFFFF;
        padding-left: 18px;
        margin: 5px;
}

.input_text {
        BORDER-RIGHT: #e35d0e 1px solid;
        BORDER-TOP: #e35d0e 1px solid;
        BORDER-LEFT: #e35d0e 1px solid;
        BORDER-BOTTOM: #e35d0e 1px solid;
        BACKGROUND-COLOR: #FFFFFF;
        FONT-SIZE: 10pt;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
        BORDER-RIGHT: #e35d0e 1px solid;
        BORDER-TOP: #e35d0e 1px solid;
        BORDER-LEFT: #e35d0e 1px solid;
        BORDER-BOTTOM: #e35d0e 1px solid;
        BACKGROUND-COLOR: #FFFFFF;
        FONT-SIZE: 10pt;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}


.radio_box {
        border-style:solid;
        border-color:#0055ee;
        border-width:1px;
        background-color:#FFFFFF;
        color:#ffffff;
}

.checkboxes
{
        BORDER-RIGHT: #336699 4px solid;
        BORDER-TOP: #336699 4px solid;
        BORDER-LEFT: #336699 4px solid;
        BORDER-BOTTOM: #336699 4px solid;
}

.checkboxes2
{
        BORDER-RIGHT: 0px solid;
        BORDER-TOP: 0px solid;
        BORDER-LEFT: 0px solid;
        BORDER-BOTTOM: 0px solid;

}

.font_title {

        font-family : Arial,Helvetica,sans-serif;
        font-size : 12pt;
        line-height: 30pt;
        color: #000000;

}



.font_content{

        font-family : Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height: 13pt;
        color: #FFFFFF;

}

td.font_content{

        padding: 0px 0 0 60px;

}

.font_content_small {

        font-family : Arial, Helvetica, sans-serif;
        font-size : 7pt;
        line-height: 10pt;
        color: #FFFFFF;
        text-align: justify;

}

 td.font_content_small{

padding: 0px 50px 0px;
}


.font_footer {

        font-family : Arial,Helvetica,sans-serif;
        font-size : 8pt;
        line-height: 26pt;
        color: #666666;

}
.font_footer_form {

        font-family : Arial,Helvetica,sans-serif;
        font-size : 8pt;
        line-height: 10pt;
        color: #666666;

}
