﻿body
{
    font-size: 10pt;
    color: black;
    font-family: Tahoma;
    background-position: left top;
    margin: 2px 0px 0px;
    background-image: url(../images/background2.gif);

}


.ranking
{
    display: block;
    font-weight: bold;
    font-size: 12pt;
    vertical-align: top;
    width: 183px;
    font-family: Tahoma;
    height: 214px;
    background-color: #666666;
    text-align: center;
    color: #000066;
    border-top: #dcdcdc 3px solid;
    border-right: #dcdcdc 2px solid;
    border-bottom: #dcdcdc 2px solid;
}

.marquee
{
    display: block;
    font-weight: bold;
    font-size: 10pt;
    vertical-align: top;
    width: 160px;
    font-family: Tahoma;
    height: 150px;
    background-color: #ffffff;
    text-align: center;
    color: #000066;
}

.fonte10Red
{
    font-size: 10pt;       
    font-family: Tahoma;
    color: #ff0000;
}

.fonte10
{
    font-size: 10pt;       
    font-family: Tahoma;
    color: #000000;
}

.fonte8
{
    font-size: 10pt;       
    font-family: Tahoma;
    color: #000000;
}

.fonte10Green
{
    font-size: 10pt;
    font-family: Tahoma;
    color: #006633;
}

.fonte8Azul
{
    font-size: 8pt;
    font-family: Tahoma;
    color: #003399;
}

a.linkPadrao
{
    font-size: 8pt;
    color: #003399;
    font-family: Tahoma;
    text-decoration: none;
    cursor: hand;
  
}

a.linkPadrao:hover
{
    font-size: 8pt;
    color: #CC0000;
    font-family: Tahoma;
    text-decoration: none;
    cursor: hand;
  
}


a.linkVermelho
{
    font-size: 8pt;
    color: #cc0033;
    font-family: Tahoma;
    text-decoration: none;
    cursor: hand;
}

a.linkVermelho:hover
{
    font-size: 8pt;
    color: #003399;
    font-family: Tahoma;
    text-decoration: none;
    cursor: hand;
  
}



a.linkAlonso
{
    font-size: x-small;
    color: #ffffff;
    font-family: Tahoma;
    text-decoration: none;
    font-weight: bold;
    cursor: hand;
}

a.linkAlonso:hover
{
    font-size: x-small;
    color: #ffcc00;
    font-family: Tahoma;
    text-decoration: none;
    font-weight: bold;
    cursor: hand;
}




/*formação do link dos banners*/
a.linkBanner
{
    font-size: 10pt;
    color: #003399;
    font-family: 'Comic Sans MS';
    text-decoration: none;
    font-weight: bold;
}

a.linkBanner:hover
{
    font-size: 10pt;
    color: #FF7F50;
    font-family: 'Comic Sans MS';
    text-decoration: none;
    font-weight: bold;
}

/*
a.linkBanner:link
{
    font-size: 10pt;
    color: #003399;
    font-family: 'Comic Sans MS';
    text-decoration: none;
}




a.linkBanner:active
{
    font-size: 10pt;
    color: green;
    font-family: 'Comic Sans MS';
    text-decoration: none;
}
*/

.campo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-transform: uppercase;
    color: #000000;
    background-color: #E5E5E5;
    border: 1px solid #999999;
}

.centro
{
    border-collapse: collapse;
    text-align:center;
}


.esquerda
{
    border-collapse: collapse;
    text-align:left;
}