
	a:visited 	{ text-decoration: none; color:#006699; }
	a:link 		{ text-decoration: none; color:#006699; }
	a:hover 	{ text-decoration: underline; color:#006699; }
	a:active 	{ text-decoration: underline; color:#0099FF; }

	body {
	background-color:#D4D4D4;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin:24px 0px 20px 0px;}
	
	h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, address {
	margin:0px;
	padding:0px; }	

	td { font-size: 12px; }
	
	div#line {
	width:auto;
	height:7px;
	background-image:url(../../img/line.gif);
	background-repeat:repeat-x; 
	background-position:center;}
	
	.cell_txt {
	text-align:left;
	vertical-align:top;
	padding:20px 30px 20px 22px; 
	color:#333333; }
	
	.cell_lado {
	background-repeat:no-repeat;
	width:202px;
	text-align:left;
	vertical-align:top;
	padding:20px 20px 20px 30px; 
	color:#666666; }
	
	.tbl_main {
	background-image:url(../img/back.png);
	background-color:#FFFFFF;
	width:770px; 
	height:400px;
	position:relative; }

	/* utilidades */
	.justify	{ text-align:justify; }
	.titulo		{ font-family:Arial, Helvetica, sans-serif; font-size:21px; font-variant:small-caps; color:#333333; }
	.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; }

	.formTXT {
	background-image:url(../../img/bg_diagonal.gif);
	border:1px;
	margin-bottom:5px; 
	border-bottom-color:#EEEEEE;
	border-right-color:#EEEEEE; 
	color:#006699; }

	.btn {
	border:1px #4885C0 solid;
	background-color:#EFF7FB;
	color:#003399;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size:9px;
	width:70px;
	height:19px; }
