/* CSS Document */

body {
	margin-top: auto;
	margin-left: auto;
	text-align: left;
	}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	}
	
.topico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
	
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	}
	
.textoingles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	font-style:italic;
	}

.destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}

.text_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color:#666666;
	}
	
a:link {
	color: #5a0712;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #5a0712;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #5a0712;
	text-decoration: none;
	font-weight:bold;
}

