body {	
	font-family:Arial, Calibri ,Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	color:#000000;
	text-align:left;
}

a:link { color:#000000; text-decoration:none; }
a:hover { color:#CCCCCC; text-decoration:underline; }
a:visited { color:#000000; text-decoration:none; }

hr { height:1px; border:0px; clear:both;  color:#CCC; background-color:#CCC;  }

h1 { font-size:22px; font-style:italic; margin:0px; padding:0px;}
h1 { font-size:20px; font-style:italic; margin:0px; padding:0px;}

.indbackground{
	background:url(../Img/Fx/ind-background.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
.indbackground-menu{
	background:url(../Img/Fx/ind-background-menu.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
.indbackground-rodape{
	background:url(../Img/Fx/ind-background-rodape.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
.background-geral{
	background:url(../Img/Fx/background-geral.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.background-servicos{
	background:url(../Img/Fx/background-servicos.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}


.texto10{ font-size:10px; }
.texto11{ font-size:11px; }
.texto12{ font-size:12px; }
.texto13{ font-size:13px; }
.texto14{ font-size:14px; }
.texto15{ font-size:15px; }
.texto16{ font-size:16px; }
.texto17{ font-size:17px; }
.texto18{ font-size:18px; }

/* --------------------------------------- form ------------------------------------------*/
.nome-campo-form{
	width:100px; text-align: right; margin:5px 10px 0 0; float:left; font-size:14px; padding:3px 0 0 0;
}
.campo-form {
	float:left; width:280px; margin:5px 0 0 10px; text-align:left
}
.combo {
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	height: 17px;
	border: 1px solid #CCCCCC;
}
.btn-submit {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 140px;
	border: 1px solid #666666;
	margin:0 0 30px 0;
}
.btn-reset {
	font-size: 14px;
	color: #CCC;
	text-decoration: none;
	background-color: #F7F7F7;
	width: 100px;
	border: 1px solid #CCC;
	margin:0 0 30px 0;
}
