/* #### PADRÃO ---------------------------------------------------------------------- */
body {
	margin:0px; 
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	font-size:9pt;
	background-image:url(imagem/fundo.jpg)
	}
input, textarea{
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	font-size:9pt;
}
.titulo{
	font-size:12pt;
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	color: #0000FF; /* cor da fonte AZUL */
	font-weight:bold;
	} 

A.link1:link { /* ****************************************************************** */
	font-family : Arial, Verdana;
	font-size : 10pt;
	font-weight: bold;
	color: #666;
	text-decoration : none;
}
A.link1:visited {
	font-family : Arial, Verdana;
	font-size : 10pt;
	font-weight: bold;
	color: #666;
	text-decoration : none;
}
A.link1:hover {
	font-family : Arial, Verdana;
	font-size : 10pt;
	font-weight: bold;
	color: #9a0a0a;
	text-decoration: none;
}
A.link1:active {
	font-family : Arial, Verdana;
	font-size : 10pt;
	font-weight: bold;
	color: #9a0a0a;
	text-decoration : undeline;
}
/*fim do link1*********************************************************/