
body
{
    background-color: #eaedf1;
    background-image: url(../imgs/bg_degrade.jpg);
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
a:link
{
    color: #333333;
    text-decoration: none;
}
a:visited
{
    color: #333333;
    text-decoration: none;
}
a:hover
{
    color: #666666;
    text-decoration: underline;
}
a:active
{
    color: #333333;
    text-decoration: none;
}

.form
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    width: 240px;
}
.aviso
{
    color: rgb(168, 0, 0);
    font-weight:bold;  
}

#id
{
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 210px;
}

.tit
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #e20000;
    text-transform: uppercase;
    font-weight: bold;
}

.menu
{
    background-image: url(../imgs/produtos_menu.gif);
    background-repeat: no-repeat;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0px 5px 20px;
}
.menu a:link
{
    color: #666666;
    text-decoration: none;
}
.menu a:visited
{
    color: #666666;
    text-decoration: none;
}
.menu a:hover
{
    color: #e20000;
    text-decoration: none;
}
.menu a:active
{
    color: #e20000;
    text-decoration: none;
}


.rodape
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
}
