/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:verdana;
	font-size:11px;
	
}

.transp {
background-color: transparent;
}

.justified {
	font-family: Verdana;
	text-align: justify;
}

A.menuItem{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #0000A4;
	text-decoration: none;
	line-height:250%;
}
	
A:hover.menuItem{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration:underline;
	color:#0099FF;
	line-height:250%;
}

.botao	{
	background-color:#0099FF;
	font-weight:bold;
	font-family:verdana;
	font-size:10px ;
	color: #FFFFFF;
	border-color: #000000 #FFFFFF #FFFFFF #000000;
	cursor: default;
}

.campos {
	background-color: transparent;
	color:#000000;
	font-family: verdana;
	font-size: 11px;
    border-color:#0099FF; border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid; 	border-left-width: 1px;
	border-top-color:#0099FF;
	border-right-color: #0099FF;	border-right-width: 1px;
	border-bottom-color: #0099FF;	border-bottom-width: 1px;
	border-left-color:#0099FF;
}

.camposdata		{
	background-color:#0099FF;
	color:#000000;
	font-family: verdana;
	color: #FFFFFF;
	font-size: 11px;
	border-style:solid;
	border-color:#000066;
	border-width:thin;
}

.cabec {
font-weight:bold;
}

.Tabela {
border-style: solid;

border-bottom-width: 1px;
border-bottom-color:#000000;

border-top-width: 1px;
border-top-color:#000000;

border-left-width: 1px;
border-left-color:#000000;

border-right-width: 1px;
border-right-color:#000000;
}


.brolagem {
scrollbar-face-color:#FFFFFF;

scrollbar-highlight-color:#C0C0C0;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#B7B7B7;
scrollbar-shadow-color:#C0C0C0;
scrollbar-arrow-color:#4D4D4D;
scrollbar-track-color:#eeeeee;
}

.opaco {filter: alpha(opacity=100,
FinishOpacity=30, Style=3, StartX=32, StartY=32, FinishX=32, FinishY=32);}
