table,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.texto {
	line-height: 160%;
	text-align: justify;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

.menu {
	font-weight: bold;
	text-decoration: none;
}
.menu:visited {
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	font-weight: bold;
	text-decoration: none;
}
.campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	border: 1px solid #CCCCCC;
}
.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	cursor: hand;


}
