<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 8pt;
}
.oneColLiqCtrHdr #footer { 
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}

.oneColLiqCtrHdr #tableTitle {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10pt;
	background: #999;
	font-weight:bold;
	text-align:center;
	
}

.oneColLiqCtrHdr #tablecoluna {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	font-weight:bold;
	text-align:center;
	background:#CCC;

	
}

.oneColLiqCtrHdr #table {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	text-align:justify;
	border:solid #000 1px;
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-collapse: collapse;
	
	
}
.oneColLiqCtrHdr #tablelinha {
	font-size: 8pt;
	text-align:justify;
	border:solid #000 1px;
		
	
}

.oneColLiqCtrHdr #formcheiolist {
/*padding: 20px 0 15px;*/
float: center;
text-align:left;
width: 50%;
height:30%;
}

.oneColLiqCtrHdr #formcheio {
/*padding: 20px 0 15px;*/
float: center;
text-align:left;
width: 50%;
height:auto%;

}
.oneColLiqCtrHdr #formlabel {
float: left;
width: 30%;
text-align: left;

 }
 
 .oneColLiqCtrHdr #formdivisao {
float: left;
width: 70%;
text-align: left;

 }


.oneColLiqCtrHdr #formcomentario {
	text-align:left;
	width: 20%;
	font-size: 8pt;
	text-align:left;
	font-weight:bold;
	color:#F00;
	
}

.oneColLiqCtrHdr #titulo {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14pt;
	text-align:center;
	font-weight:bold;
	
	
}


.oneColLiqCtrHdr #erro {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 16pt;
	text-align:center;
	font-weight:bold;
	color:#F00;
	width:100%;
	
}

.oneColLiqCtrHdr #menu {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12pt;
	text-align:center;
	
	
}

.oneColLiqCtrHdr #subtitulo {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 10pt;
	text-align:center;
	
	
}

.oneColLiqCtrHdr #data {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 8pt;
	text-align:right;
	
	
}

.oneColLiqCtrHdr #ass {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 8pt;
	text-align:center;
	
	
}

.oneColLiqCtrHdr #link {
    font: 16px Arial, Helvetica, sans-serif;
    color:#666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    background-color: #E6E6E6;
   	text-align:center;
	width:25%;
	
	
	
}

.oneColLiqCtrHdr #link1 {
    font: 16px Arial, Helvetica, sans-serif;
    color:#666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    background-color: #E6E6E6;
    border: 1px solid #CCCCCC;
	text-align:center;
	width:100%;
	
	
	
}

.oneColLiqCtrHdr #corpotabela {
	background:#ebebeb
	
	
}

.oneColLiqCtrHdr #tabela_nome {
	width: 90%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtrHdr #tabela_nome #tabela {
		width: 100%;
	
}
.oneColLiqCtrHdr #tabela_nome #negrito {
	float: left;
	font-weight:bold;
	width: 10%; 
}
.oneColLiqCtrHdr #tabela_nome #texto {
	width: 80%;

}

.oneColLiqCtrHdr #tabela_base {
	width: 90%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

.oneColLiqCtrHdr #tabela_base #tabela {
		width: 100%;
	
}
.oneColLiqCtrHdr #tabela_base #negrito {
	float: left;
	font-weight:bold;
	width: 15%; 
}
.oneColLiqCtrHdr #tabela_base #texto {
	width: 65%;

}

table.bordasimples {border-collapse: collapse;
background:#CCC}

table.bordasimples tr td {border:1px solid #000000;}


table.bordasimplessemfundo {border-collapse: collapse;
}

table.bordasimplessemfundo tr td {border:1px solid #000000;}

#image{
	margin-right:5%;
}

.folha {
page-break-before: always;
}


-->
</style>