/* CSS Document */
/************************regras gerais do corpo da Pagina**********************************************************/
body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin-top:30px;
}

table
{
border-collapse:collapse;
}



/***************textos ***************************************************************************************/

.corpo_pagina
{
	background:url(images/bg.png);
	        background-repeat: no-repeat;
        background-position: left top;
    background-repeat: repeat-x;
}
.fundo_btn
{
	background:url(images/entrar.jpg);
	border:0px;
	     
}
.textos_medios_negrito 
{
	font-size: 11px;
	font-weight: bold;

}
/**********************tabelas******************************************/

.tabela_caixa
{ 
border-style: solid; border-width: 1px;
border-color:#006699;

}
a:link, a:active, a:visited {
color:#0099CC;
font-size: 11; 
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;

}

a:hover {
color:#003366;
font-size: 11;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;}





.input {
width: 140px; 
height: 12px; 
background-color: transparent;
border-width : 0px;
font-size: 9px; 
color: #000000; 
font-weight: normal;
font-family: Tahoma, Verdana, Arial, Helvetica;}

.title{
color:#000000;
background:#FBFBFB;
font-size: 14;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
border-style: solid; border-width: 1px;
border-color:#999999;
}

.pg_title{
color: #0168B3;
font-size: 14;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;}

.sub_title{
color: #000000;
font-size: 13;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;}

.camposPagina
{
	font-size:10px;
	font-weight:900;
}


