body{
	margin : 0px;
	background : #fff;
	font-family : Tahoma;
}


.style1 {font-size: 20px;
text-align : center;
font-weight : bold; }

.style2 {
	color: #000;
	text-align : center;
}

.style3 {
	font-size : 14px;
	color: #000;
	text-align : right;
}

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

.style_n {
	color: #000;
	text-align : center;
	font-size : 12px;
	
}

.style_laud {
	color: #000;
	text-align : justify;
	font-size : 14px;
	font-weight : normal;	
}

.style6{
	color: #000;
	text-align : center;
	font-size : 8px;
	font-weight : bold;
}

.style5{
	color: #000;
	text-align : left;
	font-size : 9px;
	font-weight : normal;
}

.style4{
	color: #000;
	text-align : right;
	font-size : 9px;
	font-weight : normal;
}

.style8 {
	color: #000;
	text-align : center;
	font-size : 12px;
	font-weight : normal;
}

.style88 {
	color: #000;
	font-size : 9px;
	font-weight : normal;
}

.style_linha {
	color: #000;
	font-size : 12px;
	text-align : right;
}

.style_linha1{
	color: #000;
	font-size : 10px;
	text-align : left;
}

.style_linha1c{
	color: #000;
	font-size : 12px;
	text-align : center;
}

.style_linha2 {
	color: red;
	font-size : 12px;
}

.tabela{
	border-top : solid 1px #000; 
	border-bottom : solid 1px #000;
}

td {
	padding :1px;
}

tr {
	padding :1px;
}

.retangulo{
	border : solid 1px #000;
	padding : 3px;
	
}

.ltop{
	border-top : solid 1px #000; 
}

.ltop1{
	border-top : dashed 1px #000; 
	
}

.lbottom1{
	border-bottom : dashed 1px #000; 
	
}

.lbottom{
border-bottom : solid 1px #000;
}

#centro_prin{
 padding : 0;
 position : relative;
 background : #FFF;
 height : 480px;
 width : 900px;
 margin:-240px 0 0 -450px; 
 top : 50%;
 left : 50%;
 font-size : 10pt;
  border: solid 2px #00CC00;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border-radius:10px;
 box-shadow: 1px 2px 6px rgba(0, 0, 0, 1);
 -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 1);
 -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 1);
 
}

#relatorio{
position : relative;
float : left;
}

#centroimp{
	font-size: 10pt;
}


