@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
a:active {
text-decoration:underline;
}
a:link {
text-decoration:underline;
}
a:visited{
text-decoration:underline;
}
a:hover{
text-decoration:none;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
.oneColFixCtrHdr #header a,a:link,a:visited,a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration:underline;
}
.oneColFixCtrHdr #header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}
.oneColFixCtrHdr #headercontrol {
	background-image:url(../_images/AreaClientesBack.png);
	width:280px;
	height: 32px;
	display:inline-table;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	float: right;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #headercontrol a {
	color:#FFFFFF;
	text-decoration:underline;
}
.oneColFixCtrHdr #headercontrol a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.textdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	padding: 20px 20px 20px 20px;
}
.textdescbranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	padding: 20px 20px 20px 20px;
}
.oneColFixCtrHdr #footer {
	background:#ffffff;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-size: 24px;
	line-height: 32px;
}
.texto_simples {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
}
.texto_simples12 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}
.texto_simples h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	line-height: 19px;
	color: #333333;
}
.texto_simples h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
}
.texto_simples a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	text-decoration:underline;
}
.texto_mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#777777;
}
.texto_mini a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#777777;
	text-decoration:underline;
}
