﻿*
{
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
html, body
{
    height: 100%;
}
body
{
    padding: 0px;
    color: #333;
    text-align: center;
    font-family: "Trebuchet MS" , verdana, Helvetica, sans-serif;
    background-color: #e9e8cf;
    background-image: url(../im);
    background-repeat: repeat-x;
}

p
{
    margin-bottom: 10px;
}
a
{
    color: #03265E;
    text-decoration: none;
}
a:hover, a:active, a.active
{
    color: #333 !important;
    text-decoration: underline;
}

*
{
    outline: none !important;
    font-size: 14px;
}
img
{
    border: none;
}
h4, h3, body
{
    margin: 0;
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
{
    border: 0px;
}
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus
{
    outline: none;
}
/* Somente para Chrome e Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    #pop-abvcap
    {
        margin-top: 25px;
    }
}
