body {
    background-color : #ffffff;
    background-image : url(../images/header1.gif);
    background-repeat : repeat-x;
    font-size : 12px;
    font-family : Arial, Verdana, SunSans-Regular, Sans-Serif;
    color : #1f1f1f;
    padding : 0;
    margin : 0;
}

p {
    padding : 0;
    margin : 0;
    font-size : 12px;
}

a:link,a:active,a:visited {
        color: #0050A0;
        text-decoration: none;
        font-size : 12px;
        font-weight : normal;
}

a:hover {
        text-decoration: underline;
        font-size : 12px;
        color: #0050A0;
        font-weight : normal;
}

h1 {
    padding : 0px;
    margin : 0;
    font-size : 18px;
    color : #293AAD;
}


a:link.footer,a:active.footer,a:visited.footer {
        color: #0050A0;
        text-decoration: none;
        font-size : 11px;
        font-weight : normal;
}

a:hover.footer {
        text-decoration: underline;
        font-size : 11px;
        color: #0050A0;
        font-weight : normal;
}