/* CSS definition file containing site wide stylesheets */

body.corpo{ 
		background-color: White;
		background-image: url("http://maxi.seara.com/img/novo_fundo.gif");
 }

.titulo {
	font-family: Arial,Helvetica,Univers,Zurich BT;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	font-style: normal;
}

.sub_tit {
	font-family: Arial,Helvetica,Univers,Zurich BT;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	font-style: normal;
}

.txt{
	font-family: Arial,Helvetica,Univers,Zurich BT;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 16pt;
}

a.link{
	font-family: Arial,Helvetica,Univers,Zurich BT;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16pt;
	text-decoration: none;
	color: Navy;
}

a:Hover{
	color: black;
}
