body {
	background-image: url(/layout/back_ground.jpg);
	background-position:top center;
	font-size: 12px;
	line-height: 18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texto-base {
	color: #666666;
    text-align:justify;
	font-size: 11px;
	font-family: Tahoma;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	
}


.titulo {
	font-family: Tahoma;
	font-size: 18px;
	font-weight:bold;
	color:#006699;
	
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #006699;
	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;}
