@charset "utf-8";
html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#flashcontent {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.menuLinks {
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menuLinks:hover {
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFC6C6;
	text-decoration: none;
}
.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
