@charset "UTF-8";
body {
	background-image: url(base/textura.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	letter-spacing: 1px;
}
#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	alignment-adjust: central;
	/** border: 1px solid #cccccc; **/
	float: center;
	width: 1100px;
}
td.abc { 
	width: 140px; 
	background: url(base/topo.jpg); 
	background-repeat: repeat-y;  
}
td.chamas { 
	width: 140px; 
	background: url(base/chamas.png); 
	background-repeat: repeat-y;
	margin: top right bottom left;
	background-position: right top;
}
a:link {
	color: #C00;
	font-weight: bold;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #F00;
}
a:active {
	color: #C00;
}
.destaque { 
	color: #fff;
	font-weight: bold;
}
.vermelho { 
	color: #cc0000;
	font-weight: bold;
}
.campos {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.formus {	border: thin solid #666;
	background-color: #333;
	font-size: 13px;
	padding: 6px;
	color: #ccc;
}
