@charset "utf-8";
/* CSS Document */

/* Generic Content */
body
{
    font-family: Arial,Verdana,Sans-serif;
    font-size: 14px;
    line-height: 22px;
    min-width: 985px;
    background:#fff;
    color:#000;
}

body.sfPageEditor
{
    background:#ffffff;
}

a, a:link, a:visited, a:hover, a:active
{
    color: #00052a;
    text-decoration: underline;
}

a:hover, a:active, a:focus
{
    text-decoration:none;
    color: #00052a;
    cursor: pointer;
}

img
{
    max-width: 100%;
}
