form {
	margin: 0px;
}
input, textarea {
	width:80%;
	border: 1px solid #999999;
	font-size: 12px;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.texto_titulo_menu, .texto_titulo_menu a {
	font-weight: bold;
	color: #000099;
}
td {
	font-size: 11px;
}
body {
	background: #999999;
	font-family: "trebuchet MS";
	color: #000000;
	margin: 0px;
}
.base_linha {
	border-bottom: 1px solid #999999;
}
:root {
 overflow-y: scroll;
}
