/* #### PADRÃO ---------------------------------------------------------------------- */
body {
	margin:0px; 
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	font-size:9pt;
	background-image:url(fundo.jpg)
	}
input, textarea{
	background-color:#FFF;
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	font-size:9pt;
}

A.link1:link { /* ****************************************************************** */
	font-family : Arial, Verdana;
	font-size : 10pt;
	font-weight: bold;
	color :#3e107c;
	text-decoration : none;
}
A.link1:visited {
	font-family : Arial, Verdana;
	font-size : 10pt;
	font-weight: bold;
	color :#3e107c;
	text-decoration : none;
}
A.link1:hover {
	font-family : Arial, Verdana;
	font-size : 10pt;
	font-weight: bold;
	color :#3e10FF;
	text-decoration : underline;
}
A.link1:active {
	font-family : Arial, Verdana;
	font-size : 10pt;
	font-weight: bold;
	color :#FF0000;
	text-decoration : undeline;
}
/*fim do link1*********************************************************/