/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;		
}

a, a:link, a:visited {
	color: #333333;
}

body.trabalho {
	background-color: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	text-align: center;
}

body.trabalho a, body.trabalho a:link, body.trabalho a:visited {
	color: gray;
	text-decoration: none;
}	

body.trabalho a:hover {
	text-decoration: underline;
}
	
td.titulo {
	padding: 60px 10px 20px 35px;
}

td.texto {
	background-color: #f1f1f1;
	border-right: solid 1px silver;
	padding: 20px 30px 20px 35px;	
}

td.imagens {
	background-color: white;
	vertical-align: top;
	padding-top: 20px;
	text-align: center;
}

td.opcao_idioma {
	border-bottom: solid 1px silver;
	border-top: solid 1px silver;
	padding: 2px 10px 2px 35px;
	color: #006699;
	background-color: #e6e6e6;
	font-size: 8pt;
}

td.rodape {
	border-top: solid 1px silver;
	padding: 2px 10px 2px 35px;
	color: #006699;
	background-color: #e6e6e6;
	font-size: 8pt;
}

a.opcao_idioma, a.opcao_idioma:link, a.opcao_idioma:visited {
	color: #006699;
	text-decoration: none;
}

a.opcao_idioma:hover {
	color: #333333;
}

h2 {
	color: #006699;
	text-decoration: none;
	font-size: 14pt;
}