/* CSS Document */

/*background*/

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#400303;
	background-image:url(imagens/back_gradiente.jpg);
	background-repeat:repeat-x;
}


/*fontes*/

.titulo{
	font-family:Verdana;
	font-size:11px;
	color:#860808;
}

.textoNormal{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

.textosDestacado{
	font-family:Verdana;
	font-size:10px;
	color:#860808;
}

.textoFrasal{
	font-family:"Times New Roman";
	font-size:13px;
	color:#000000;
	font-style:italic;
}

a.linkPrincipal{
	font-family:Verdana;
	font-size:11px;
	color:#860808;
	font-weight:bold;
	text-decoration:none;	
}

a.linkSecundario{
	font-family:Verdana;
	font-size:10px;
	color:#000000;	
}

.textoJustificado{
	text-indent:30px;
	text-align:justify;
}

.espacamentoLinks{
	line-height:120%;
}



/*específicos de detalhes*/

.tabelaPrincipal{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#FFFFFF;	
}

.rolagemInformativo{
	text-align:center;
	width:252px;
	height:128px;
	overflow:auto;
}

.rolagemConteudo{
	width:470px;
	height:490px;
	overflow:auto;
}


