a:hover {
text-decoration: underline;
color:#000000;
}
body {
	margin: 0;
	background-color:#808080;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
ul#menu {
	margin: 0;
	padding: 0 0 0 10px;
	
}
ul#menu li {
	display: block;
	font: bold 12px "Trebuchet MS", Arial;
	color: #333333;
	list-style-type: none;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0;
}
ul#menu li a {
	display:block;
	width: 100%;
	color:#333333;
	text-decoration: none;
	padding: 2px 0;
}
ul#menu li a:hover { 
	color:#999999;
	text-decoration: underline;
	background-color:#EFEFEF;
}
.txt1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.txt4 {
	font-size: 10px;
	font-family: "Trebuchet MS";
}

.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.tit1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.txt3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.txt5 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
