body	{	
	background-color: #FFFFFF;
	margin: 0px;
	color: #999999;
}

p, blockquote, ul, ol, dl, dd, li, dir, menu	{
	/* inherit from body */	
}


#pre { 
	display: none; 
	border: 2px inset; 
	padding: 4px; 
	text-align: left; 
	overflow-x: scroll; 
	float: left; 
	width: 750px;
	background-color: #EFEFEF;
	
}

small	{
	font-size:	.92em;
}	

big	{
	font-size:	1.17em;
}	

pre	{	
	font-family:	'Monotype.com', Courier New, monospace;
}	

ol li	{	
	list-style-type:	decimal;
}	

ol ol li	{	
	list-style-type:	lower-alpha;
}	

ol ol ol li	{	
	list-style-type:	lower-roman;
}



/*
//////////// TEXTOS GERAIS DO SITE ////////////
*/

table, td, tr, p, div { 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;				/* tamanho da fonte do outros Browsers */
	_font-size: 9px; 				/* Tamanho da fonte no IE */
	line-height: 12px;
	color: #999999;
}

img {
	border: none;
}

p {
	margin:	0.5em 0em 1em 0em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 100%;
	margin:	0em 0em 0em 0em;
	line-height: 1.5em;
}

h1 { 
	font-family: Tahoma, Verdana, "Times New Roman"; 
	font-size: 130%;
	font-weight: bolder; 
	color: #FD702B;
	text-align: left;
}

h2 { 
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 120%;
	color: #8C8C8C;
	font-weight: normal;
}

h3 { 
	font-family: Tahoma, Verdana, "Times New Roman"; 
	font-size: 100%; 
	color: #FD702B; 
	font-weight: bold; 
} 

h4 { 
	font-family: Tahoma, Verdana, "Times New Roman"; 
	font-size: 100%;  
	font-weight: bold; 
} 


.image
{
	padding: 0px;
}

A, A:link {
	color: #9BB9DA;
	text-decoration: none;
}

A:visited { color: #C7D0DA; }

A:hover { color: #FF9000; }

A.text_block, A.text_block:link, A.text_block:visited, A.P, A.td { color: #DC0000; }

/* classes da tabela do TEMPLATE */

.tdTopo {
		background-image:url(/img/tdTopoBG.gif);
		height: 68px;
		}

.tdTopoContent01 {
		width: 16px;
		padding: 2px;
		}

.tdTopoContent02 {
		width: 662px;
		padding: 0px;
		}
		
/* Classes textos topo */


.tdTopoContentTXT01 {
		width: 18px;
		padding: 0px;
		}

.tdTopoContentTXT02 {
		width: 248px;
		padding: 3px;
		}
		
.tdTopoContentTXT03 {
		width: 210px;
		padding: 3px;
		}
		
.tdTopoContentTXT04 {
		width: 185px;
		padding: 3px;
		}

/* --------------------- */

.tdTopoContent03 {
		width: 255px;
		padding: 2px;
		}

.tdTopoContent04 {
		width: 62px;
		padding: 2px;
		}

/* Calsses das tabelas de conteudo */

.tdContent01 {
		background-image: url(/img/tdContent01.gif);
		width: 16px;
		height: 517px;
		}

.tdContent02 {
		background-image: url(/img/tdContent02.gif);
		width: 662px;
		height: 517px;
		vertical-align: middle;
		text-align: center;
		}

.tdContent03 {
		background-image: url(/img/tdContent03.gif);
		width: 255px;
		height: 517px;
		vertical-align: top;
		text-align: center;
		}

.tdContent04 {
		background-image: url(/img/tdContent04.gif);
		width: 62px;
		height: 517px;
		}

/* Calsses do rodape */

.tdRodape {
		background-image: url(/img/tdRodapeBG.gif);
		height: 33px;
		}

/* Classes do texto rodape */

.tdRodapeTXT01 {
		width: 678px;
		padding: 0px;
		}

.tdRodapeTXT02 {
		width: 12px;
		padding: 0px;
		}

.tdRodapeTXT03 {
		width: 240px;
		padding: 0 0 0 20px
		}

.tdRodapeTXT04 {
		width: 62px;
		padding: 0px;
		}

/* Classes de texto variantes */
		
.texto01 {
	font-weight: bold;
	color: #FF0000;
}

