a:link{
    color : #2C2C38;
    text-decoration:none;
}
a:visited{
    color : #2C2C38;
    text-decoration : none;
}

a:hover{
    text-decoration : none;
    color : #B32320;
}
a:active{
    text-decoration : none;
    color : #2C2C38;
}
body {
	background-color: #261F19;
	background-image: url(imagens/BG.png);
	background-repeat: repeat;
}
body{
    background-color:#261F19;
    background-image: url(imagens/BG.png);
    background-repeat: repeat;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
img.acende {
opacity: 0.5;
-moz-opacity: 0.5;
Filter: Alpha(Opacity=5)
}
img.acende:hover {
opacity: 1.0;
-moz-opacity: 1.0;
Filter: Alpha(Opacity=100)
}
table{
    color : #333333;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
}













.textopequeno{
    color : #333333;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 9px;
}
.textomedio{
    color : #333333;
    font: 10px/1.5em Verdana, Helvetica, sans-serif
}

.textopequenobranco{
    color : #FFFFFF;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 9px;
}
.textopequenobrancoarial{
    font-family: Arial, Helvetica, sans-serif;
    color : #FFFFFF;
    font-size : 11px;
    padding-left: 10px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-right: 10px;
}

.textolinks{
    font: 0.8em/1.5em Verdana, Helvetica, sans-serif;
    font-size: 11px;
}


.linktitulo{
    font-family: Arial, Helvetica, sans-serif;
    color : #9F0000;
    font-size : 15px;
}
.linktitulo a:link{ color : #9F0000; }
.linktitulo a:visited{ color : #9F0000; }
.linktitulo a:hover{ color : #000000; }

.linkpor{
    font-family: Arial, Helvetica, sans-serif;
    color : #333333;
    font-size : 11px;
}















.caixabusca{
    border: 1px solid #CCCCCC;
    color: #333333;
    background: #ffffff;
    padding: 0px 2px;
    font-family: verdana,arial,serif;
    font-size:8pt;
    width: 100%;
    height:19px;
}

.caixamensagem{
    border: 1px solid #CCCCCC;
    color: #333333;
    background: #ffffff;
    padding: 0px 2px;
    font-family: verdana,arial,serif;
    font-size:8pt;
    width: 100%;
    height:150px;
}

.caixalogin{
    border: 1px solid #CCCCCC;
    color: #333333;
    background: #ffffff;
    padding: 3px 2px;
    font-family: verdana,arial,serif;
    font-size:8pt;
    width: 177px;
    height:16px;
}

.celulaimglink{
    border: 1px solid #CCCCCC;
    background: #ffffff;
}