body
{
text-align:center; /* hack para o IE */
margin:0;
padding:4px;
background-color: #D2CFCF;
font-family: arial;
font-size: 12px;
color: #0A547B;
}

table
{
 width: 80%;
 margin-top: 10px;
 font-family: arial;
 color: #0A547B;
 font-size: 12px;
 border: 1px solid #CCCCCC;
 border-left: 5px solid #B4B2B0;
 background-color: #ffffff;
}

tr
{
height: 30px;
margin-left: 10px;

}


#pagina
{
width: 760px;
height: 100%;
margin:0 auto;
background-color: #ffffff;
text-align: left;
}

#topo
{
width: 100%;
height: 12%;
text-align: left;
}

.txt
{
margin-left: 40px;
text-align: left;
}

h5
{
margin-left: 40px;
color: #0A547B;
}

.tit
{
font-weight: bold;
height: 30px;
color: #0A547B;
background-color: #f4f4f4;
text-align: center;
}



input 
{
font-family: arial;
font-size: 11px;
color: #23759D;
font-weight: bold;
}

select 
{
font-family: arial;
font-size: 11px;
color: #23759D;
font-weight: bold;
}

.btn
{
	width: 100px;
	background-color: #978E87;
	color: #ffffff;
	border: none;
	font-family: arial;
	font-size: 11px;
}

.hr1
{ 
background-image:url("linha1.gif");
width:100%;
height:9px;
margin-top:0px;
}



