body {
	
	font:10px/1.2em tahoma;
	background: #f4f4f4 url(/new_site/imagens/back.jpg);
}

.texto-base {
	color: #000000;
    text-align:justify;
	font-size: 12px;
	font-family: Tahoma;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	
}

.texto-base2 {
	color: #000000;
    text-align:justify;
	font-size: 12px;
	font-family: Tahoma;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	
}

.titulo {
	font-family: Tahoma;
	font-size: 18px;
	font-weight:bold;
	color:#663300;
	
}

a:link {
	color: #660066;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #660066;
	text-decoration: none;
}


/* BORDA DE TABELA \*/
table.bordasimples {border-collapse: collapse;}

table.bordasimples tr td {border:1px solid #333333;}

/* \*/
table.bordasimples2 {border-collapse: collapse;}

table.bordasimples2 tr td {border:0px solid #FFFFFF;}


/* \*/
table.bordasimples3 {border-collapse: collapse;}

table.bordasimples3 tr td {border:1px solid #171717;}

