/* CSS Document */

.geral{
background-color: #00ff00;
}

.logotipo{
width: 130px;
}

.header-ext{
background-color: none;
border: 1px solid none;
}

.header-int{
background-color: none;
border: 1px solid none;
height: 1px;
}

.footer-ext{
background-color: none;
border: 1px solid none;
}

.footer-int{
background-color: none;
border: 1px solid none;
height: 10px;
}


.tabela{
background-color: none;
border: 1px solid none;
}

.tabela-right{
background-color: #00ff00;
border: 1px solid #00ff00;
}

.tabela-left{
background-color: none;
border: 1px solid none;
width: 140px;
}


.menu-ext{
background-color: none;
border: 1px solid none;
}

.menu-int{
background-color: #9a32cd;
border: 1px solid #ffff00;
}

.menu-link{
font-family: arial;
font-size: 12px;
color: #ffff00;

text-decoration: none;
font-weight: bold;
}
.menu-link:hover{
color: #ffff00;
}

.titulo-main{
color: #00ff00;
font-family: arial;
font-size: 1px;
font-weight: bold;
}
.titulo{
color: #00ff00;
font-family: arial;
font-size: 1px;
font-weight: bold;
}

.subtitulo{
color: #00ff00;
font-family: arial;
font-size: 1px;
font-weight: bold;
}

.texto{
color: #9a32cd;
font-family: arial;
font-size: 12px;

text-decoration: none;
}