@charset "utf-8";
.MenuSuperior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #EBEBEB;
	cursor:pointer;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
input {
	border: 1px solid #000000;
	background-color: #EBEBEB;
	font-size: 12px;
}
body {
	background-color: #EBEBEB;
	margin-left:0px;
	margin-top:0px;
}

a:link {
	color: #FF3333;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #FF3333;
}
a:active {
	color: #FF3333;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	background-color: #EBEBEB;
}
