body
{
margin: 0px;
font-family: Tahoma;
font-size:10px;
color:#000000;
}

/*Título ------------------------------------*/

.titulo_branco
{
font-size: 15px;
font-weight: bold;
padding-top:3px;
}

.titulo_home
{
font-family: Tahoma;
font-size:14px;
color: #CC0000;
text-align:left;
font-weight:bolder;
}

.titulo_clientes
{
font-family: Tahoma;
font-size:12px;
color: #CC0000;
text-align:center;
font-weight:bolder;
}

.texto_site
{
font-family: Tahoma;
font-size:12px;
color: #333333;
text-align: justify;
}

/*Links ------------------------------------*/

a:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

/*Tabelas ------------------------------------*/

table{font-size:11px; color:#000000;}
tabela {font-size:11px; color: #000000;}


.texto_chamada_parceiro
{
font-size: 12px;
color: #990000;
font-weight: bold;
text-align:center;
}

.texto_chamada_parceiro_2
{
font-size: 12px;
color: #FF6600;
font-weight: bold;
text-align:center;
}


/*Título Conteúdos ------------------------------------*/

.titulo
{
filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=80, FinishX=0, FinishY=0);
/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#000000', endColorStr='#FF0000', gradientType='1');*/
font-size: 12px;
background-color: #CCCCCC;
color: #ffffff;
font-weight: bold;
text-align:center;
}

.subtitulo
{
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#EEEEEE', endColorStr='#D6D3D6', gradientType='1');
font-size:11px;
background-color:#CCCCCC;
height:20px;
padding:0px 3px;
}

/*Forms ------------------------------------*/

.textarea
{
BORDER: #999999 1px solid;
COLOR: #000000;
background-color:#F9F9F9;
font-size: 10px;
font-family:Arial;
font-weight: bold;
}

/*.fale_textarea
{
BORDER: #999999 1px solid;
COLOR: #003366;
background-color:#FFFFFF;
font-size: 10px;
width:100%;
height:60px;
}
*/

.select
{
BORDER: #FFFFFF 1px solid;
COLOR: #003366;
background-color:#FFFFFF;
font-size: 10px;
}

.botao
{
border: #666666 1px solid;
background-color: #CCCCCC;
font-size: 12px;
font-family:Arial;
font-weight:bolder;
text-align: center;
cursor:pointer;
}
.botao:hover
{
border: #666666 1px solid;
background-color: #FFFFFF;
font-size: 12px;
font-family:Arial;
font-weight:bolder;
text-align: center;
cursor:pointer;
}

.input
{
BORDER: #FFFFFF 1px solid;
BORDER-bottom: #999999 1px solid;
COLOR: #003366;
background-color:#FFFFFF;
font-size: 11px;
}

.input_file
{
BORDER: #999999 1px solid;
COLOR: #003366;
background-color:#FFFFFF;
font-size: 11px;
}

/*Outros ------------------------------------*/

.cronometro
{
BORDER: #FFFFFF 0px solid;
COLOR: #FFFFFF;
background-color:#CC0000;
font-size: 9px;
width: 37px;
text-align: right;
}

.bordas_vermelho{ border: 1px solid #A40000;}

ul.lista li {
	list-style-type:decimal;
}

.borda_tabela {
	border: thin solid #000000;
}

.texto_link {
	color: #0000FF;
	text-decoration: underline;
}
