/* CSS Document */

body {
background-color: #EEEEEE;
	background-image: url(fundo2.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", tahoma, arial;
	}


a:link {
	color:#DF8202;
	font-size: 9px;
	text-decoration: underline;
}

a:visited {
	color:#DF8202;
	font-size: 9px;
	text-decoration: underline;
}
a:hover {
	color: #DF8202;
	font-size: 9px;
	background-color:#CCCCCC;
	text-decoration: underline;
}

.conteudo {
font-size:12px;
color:#666666;
}

.titulo {
font-size:14px;
color:#333333;
}

img {
border-color:#003366;}

.footer a:link {font-size:12px;color:#DF8202; text-decoration:underline; }
.footer a:visited {font-size:12px;color:#DF8202;text-decoration:underline;}
.footer a:hover {font-size:12px;color:#FD0004;text-decoration:none}
.footer a:active {font-size:12px;color:#DF8202;text-decoration:underline;}