﻿
/* RESET/FIX */
body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #666666;
    margin: 0px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

ul, a, a:hover
{
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
}

.fundo
{
    background-image: url(imagens/fundo.jpg);
    background-repeat: no-repeat;
    width: 872px;
    height: 476px;
}

.historia a
{
    background: url(../imagens/historia.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 173px;
    height: 476px;
    display: inline-block;
}
.historia a:hover
{
    background: url(../imagens/historia_azul.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 173px;
    height: 476px;
}
.diretoria a
{
    background: url(../imagens/diretoria.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 173px;
    height: 476px;
    display: inline-block;
}
.diretoria a:hover
{
    background: url(../imagens/diretoria_azul.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 173px;
    height: 476px;
}

.estatuto a
{
    background: url(../imagens/estatuto.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 173px;
    height: 476px;
    display: inline-block;
}
.estatuto a:hover
{
    background: url(../imagens/estatuto_azul.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 173px;
    height: 476px;
}

.menu_historia a
{
    background: url(../imagens/menu_historia.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 117px;
    height: 20px;
    display: inline-block;
}

.menu_historia a:hover
{
    background: url(../imagens/menu_historia_over.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 117px;
}

.menu_diretoria a
{
    background: url(../imagens/menu_diretoria.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 117px;
    height: 20px;
    display: inline-block;
}

.menu_eventos a
{
    background: url(../imagens/menu_eventos.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 117px;
    height: 20px;
    display: inline-block;
}

.menu_eventos a:hover
{
    background: url(../imagens/menu_eventos_over.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 117px;
}

.menu_diretoria a
{
    background: url(../imagens/menu_diretoria.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 117px;
    height: 20px;
    display: inline-block;
}

.menu_diretoria a:hover
{
    background: url(../imagens/menu_diretoria_over.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 117px;
}
.menu_estatuto a
{
    background: url(../imagens/menu_estatuto.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 117px;
    height: 20px;
    display: inline-block;
}

.menu_estatuto a:hover
{
    background: url(../imagens/menu_estatuto_over.jpg);
    background-repeat: repeat-x;
    height: 20px;
    width: 117px;
}
input[type=button].sites, input[type=submit].formulario
{
    background: #ffff99 left center no-repeat;
}
input[type=button]:hover, input[type=submit]:hover.formulario
{
    background-color: #00aee1;
    background-repeat: repeat-x;
    color: #FFF;
}

.newStyle1
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-decoration: blink;
	font-variant: normal;
	font-style: normal;
	color: #FF0000;
	text-align: center;
	white-space: normal;
}

.newStyle1 a
{
	color:Red;
	}











