@charset "iso-8859-1";
body {
	background: #FFFFFF;
	margin: 0; 
	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 */
}
#container {
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 30px 0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.itemenu {padding-bottom: 4px;}
.padBot30 {padding-bottom: 30px;}
.padBot20 {padding-bottom: 20px;}
.padBot10 {padding-bottom: 10px;}
.padR10 {padding-right: 10px}
.padR32 {padding-right: 32px}
.padL32 {padding-left: 32px}
.tx_peq {
	font-family: Arial, Helvetica, sans-serif;
	color: #636467;
	font-size: 11px;
	line-height: 16px;
	vertical-align:top;
}
.tx_peq_preto {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	vertical-align:top;
}
.tx_normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #636467;
	font-size: 12px;
	line-height: 18px;
	vertical-align:top;
}
.tx_red{
	color: #ff3333;
}
.tx_preto{
	color: #000000;
}
.tx_cinza{
	color: #333333;
}
a:link {
	color: #FF3333;
	text-decoration: none;
}
a:visited {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}
a:active {
	color: #FF3333;
	text-decoration: none;
}
.larg_178 {
	width:178px;
	height:auto;
	padding-bottom: 10px;
}
.larg_128 {
	width:128px;
	height:auto;
	padding-bottom: 10px;
}
.larg_180 {
	width:180px;
	height:auto;
	margin: 20px 32px 15px 0;
	border-color:#CCC;
}
a.linkpeq:link {
	color: #636467;
	text-decoration: none;
}
a.linkpeq:visited {
	color: #B7B7B7;
	text-decoration: none;
}
a.linkpeq:hover {
	color: #FF3333;
	text-decoration: underline;
}
a.linkpeq:active {
	color: #636467;
	text-decoration: none;
}