/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/index_images/bg_geral.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.txtGeralBold {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.txtGeralBold16 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.txtGeral11 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txtGeral {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.campoForm {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border:1px #999999 solid;
}
.boxGeral{
	border: 1px #999999 solid;
	background-color:#FFFFFF;
	font-family: "Century Gothic",Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#333333;
}
.boxCinzaClaro{
	border: 1px #E0E0E0 solid;
	background-color:#FFFFFF;
	font-family: "Century Gothic",Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#333333;
}
.formTd{
	background-color:#F5F5F5;
	font-family: "Century Gothic",Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#333333;
}