body
{
    font-family: Calibri, Arial;
    font-size: 11px;
    color: #CCCCCC;
    background-attachment: fixed;
    background-image: url(../images/backgrounds/bg_fumaca.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	background-color:#10110c;
}
.bg_cabecalho
{
    background-image: url(../images/backgrounds/bg_top.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.bg_black_pattern
{
    background-image: url(../images/backgrounds/bg_black_pattern.png);
}
.linkAtivo
{
    font-size: 20px;
    color: #ffba00;
    font-family: Calibri, Arial;
}
.titulo
{
    font-size: 12px;
    color: #ffba00;
}
img.link
{
    border-color: #ffba00;
}
a:link.linkExposicoes
{
    font-size: 20px;
    color: #ffba00;
}
a:hover.linkExposicoes
{
    font-size: 20px;
    color: #FFD362;
}
a:active.linkExposicoes
{
    font-size: 20px;
    color: #ffba00;
}
a:visited.linkExposicoes
{
    font-size: 20px;
    color: #ffba00;
}

a:link
{
    font-family: Calibri, Arial;
    font-size: 11px;
    color: #CCCCCC;
    text-decoration: none;
}
a:hover
{
    font-family: Calibri, Arial;
    color: #ffba00;
}
a:visited
{
    font-family: Calibri, Arial;
    color: #CCCCCC;
    text-decoration: none;
}
a:visited:hover
{
    font-family: Calibri, Arial;
    color: #ffba00;
}
.campos
{
    font-family: Calibri, Arial;
    font-size: 12px;
    color: #1B1B1B;
    background-color: #999999;
    border: 1px solid #CCCCCC;
}

.capitalize 
{
    text-transform:capitalize;
}
