body { background-color : white ; font-family:'Arial','Helvetica'; }

body.home { background: url(images/f_home.jpg) white no-repeat top left; }

body.empresa { background: url(images/f_empresa.jpg)  white no-repeat top left; }	
body.produtos { background: url(images/f_produtos.jpg) white  no-repeat top left; }	
body.localizacao { background: url(images/f_localizacao.jpg) white no-repeat top left; }	
body.contacto { background: url(images/f_contacto.jpg) white no-repeat top left; }	

a
{ 	font-family:'Arial','Helvetica';
	font-size:9pt;
	color:#666D41;
}

a.mail
{
	font-size:9pt;
	color:blue;
	text-decoration:underline;
}	
	
a.equipa { font-size:7pt;color:blue;text-decoration:underline };

a:hover { color:#cc0000;text-decoration:underline;};

a.link7 { color:gray; font-size:7pt ; text-decoration:underline }

a.link9   { font-size:9pt; }
a.link    { font-size:8pt;text-decoration:underline;color:blue;  }



td
{
font-family:'Arial','Helvetica';
font-size:9pt;
color:black;
}

td.f { background-color:#FFEBC3; text-align:center; }

