/******************************************************************************
******* Conteúdo protegido pela lei Nº 9.610/98 de Direitos Autorais.  	*******
******* É expressamente proibida a cópia ou reprodução sem autorização.	*******
*******************************************************************************/

	a:visited 	{ text-decoration: none; color:#990000; }
	a:link 		{ text-decoration: none; color:#990000; }
	a:hover 	{ text-decoration: underline; color:#FF0000; }
	a:active 	{ text-decoration: underline; color:#FF0000; }

	body {
	background-image:url(../img/bg.png);
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#333333;
	margin:0px 0px 0px 0px;}
	
	h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, address {
	margin:0px;
	padding:0px; }

	.cell_menu {
	background-color:#FFFFFF;
	width:160px; 
	vertical-align:top; }
	
	.cell_txt {
	background:#F4EFED url(../img/sombra_txt.png) no-repeat;
	width:540px; 
	vertical-align:top;
	text-align:justify; }	
	
	.thumb_crop { width:85px; height:85px; overflow:hidden; border:#FFFFFF solid 1px; background-color:#FFFFFF; }
	.thumb_borda { float:left; margin:0px 10px 10px 0px; border:#CCCCCC solid 3px; }
	.thumb_borda:hover { float:left; margin:0px 10px 10px 0px; border:#999999 solid 3px; }

	.justificado{ text-align:justify; }
	.titulo		{ font-family:Arial, Helvetica, sans-serif; font-size:21px; font-variant:small-caps; color:#333333; }
	.grande		{ font-size: 18px; }
	.maior		{ font-size: 16px; }
	.menor		{ font-size: 11px; }
	.mini		{ font-size: 10px; }
	.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; }
	
	.input {
	border-width:1px;
	margin-bottom:10px; }

	.btn {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 7pt;
	width: 70px;
	height: 19px;
	color: #FFFFFF;
	background-color: #CC0000; }