/*********************************************************************
 Conteúdo protegido pela lei Nº 9.610/98 de Direitos Autorais.
 É expressamente proibida a cópia ou reprodução sem autorização.
 *********************************************************************/

	a:link 		{ text-decoration: none; color:#003399; }
	a:visited 	{ text-decoration: none; color:#003399; }
	a:active	{ text-decoration: none; color:#003399; }
	a:hover 	{ text-decoration: none; color:#0066CC; }
	
	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0px 0px 0px 0px; 
	background:#EEEEEE url(../img/bg.png); }
	
	h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address {
	margin:0px;
	padding:0px; }
	
	table#main {
	width:750px;
	height:584px;
	border:0px;
	background:url(../img/bg_centro.png) repeat-y; }

	div#tit {
	float:left;
	width:150px;
	height:380px;
	text-align:left; }
	
	div#txt_full {
	float:left;
	width:77%;
	text-align:left; }
	
	div#txt_esq {
	float:left;
	width:35%;
	text-align:left;  }

	div#txt_dir {
	float:right;
	width:35%;
	text-align:left; }
	
	.thumb_crop { width:70px; height:70px; overflow:hidden; border:#FFFFFF solid 1px; }
	.thumb_borda { float:left; margin:0px 10px 10px 0px; border:#CCCCCC solid 3px; }
	.thumb_borda:hover { border:#999999 solid 3px; }
	
	.cell_txt { padding:15px 30px 0px 30px; text-align:left; vertical-align:top; font-size:12px; }
	
	/** utilitários **/
	.space_esq  { margin-left:10px; }
	.space_dir  { margin-right:10px; }		
	.justify	{ text-align:justify; }
	.grande		{ font-size:16px; }
	.maior		{ font-size:14px; }
	.menor		{ font-size:9px; }
	.upper		{ text-transform:uppercase; }
	.lower		{ text-transform:lowercase; }
	.capitalize { text-transform:capitalize; }
	.smallcaps	{ font-variant:small-caps; }
	.alert		{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#CC0000; }
	.line		{ width:auto; border-top:#CCCCCC dotted 1px; margin-top:3px; margin-bottom:3px; }
	.titulo		{ font-size:22px; color:#009966; }
		
	.form_txt {
	border: 1px solid #ccc;
	font-size: 13px;
	color: #003399;
	margin-bottom:5px; }
	
	.form_btn {
	border:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:70px;
	color:#003366;
	padding:3px;
	background-color:#FFFFFF;
	border:#999999 double 3px; }
