html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	width: auto;
	min-height: 100%;  /*Para browsera modernos */
}
#pai {
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;  /*Para browsera modernos */	
}
.bg_color1 {
	background-color: #113329;
	height: 20px;
	border: 1px solid #cccccc;
}
.bg_logo {
	background-color: white;
	height: 120px;
	width: 295px;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #e7eceb;
	border-top: none;
}
.bg_titulo {
	background-color: #eff4f2;
	height: 120px;
	vertical-align: middle;
	text-align: left;
	padding-left: 40px;
	border-left: none;
	border-bottom: 1px solid #e7eceb;
	border-right: 1px solid #e7eceb;
	border-top: none;
	font-size: 18px;
	color: #113329;
	font-weight: bold;
	font-variant: small-caps;
}
.bg_color3 {
	background-color: #669183;
	width: 295px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: none;
}
.bg_color4 {
	background-color: white;
	/* border: 1px solid #cccccc; */
	text-align: left;
	vertical-align: top;
	
}
﻿.clearfix:after {
	content: ".";
	display: block;
	/* height: 100%; */
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Holly Hack */
.clrfx:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clrfx {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clrfx {
	height: 1%;
}
.clrfx {
	display: block;
}
/* End hide from IE-mac */
ol, ul, h1, h2, h3, h4, form, p, dl, dt, dd, div, li, fieldset, label, input {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img, fieldset {
	border: 0;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #336c5a;
}
.on {
	font-weight: bold !important;
}
#conteudo {
	background-color: #FFFFFF;
	min-height: 100%;  /*Para browsera modernos */
	height: auto !important;  /*Para browsera modernos*/
	height: 100%;
	padding-left: 40px;
	padding-top: 50px;
}
#footer {
	background: url(../imagens/back9_footer.gif) repeat-x top;
	width: 100%;
	height: 72px;
	clear: both;
}
.copyright {
	color: #024731;
	padding-top: 0px;
	padding-left: 0px;
	display: block;
}
.obs {
	font-size: 11px;
	color:#999;
}
A.obs:link {
	font-size: 11px;
	color:#999;
	text-decoration: underline;
}
A.obs:visited {
	font-size: 11px;
	color:#999;
	text-decoration: underline;
}
A.obs:hover {
	font-size: 11px;
	color:#999;
	text-decoration: underline;
	color: #000000;
}
.obs1 {
	font-size: 11px;
	color: Red;
}
.conteudo {
	width: 600px;
	vertical-align: top;
	text-align: left;
}
.dados_f {
	width: 550px;
	vertical-align: top;
	text-align: left;
}
.back_titulo
{
	
}
span.linha2
{
	clear: both;
	display: block;
	height: 1px;
	padding: 30px 0 30px 0;
	background: url( '../image/1x3.gif' ) repeat-x left center;
	width: 600px;
}
.titulos {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.link {
	font-size: 10px;
	color: #999;
	font-weight: bold;
	font-variant: small-caps;
}
A.link:link {
	font-size: 10px;
	color: #999;
	font-weight: bold;
	font-variant: small-caps;
}
A.link:visited {
	font-size: 10px;
	color: #999;
	font-weight: bold;
	font-variant: small-caps;
}
A.link:hover {
	font-size: 10px;
	color: #113329;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}