/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#FCFCFC;
}
#geral{
	width:100%;
	height:540px;
	position:relative;
	margin:auto;
}
#flash{
	width:100%;
	height:540px;
	position:relative;
	margin:auto;
}
#englobarodape {
	position:relative;
	width:100%;
	height:auto;
	margin: auto;
	padding-top: 20px;
}
#rodape {
	background-color: #FCFCFC;
	height: auto;
	width: 936px;
	position: relative;
	padding: 7px;
	text-align: left;
	margin: auto;
}
#calendario{
	height: auto;
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #E60003;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.imgesq{
	float: left;
}
.rodapesemlink{
	font-size: 9px;
	font-family: Verdana;
	color: #B5B5B5;
	line-height: 20px;
	text-decoration:none;
}
.textogrande {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	font-weight:bold;
	text-decoration:underline;
}
/*MENUS*/
	/*rodape*/
.rodape{
	font-size: 9px;
	font-family: Verdana;
	color: #B5B5B5;
	line-height: 20px;
	text-decoration:none;
	font-weight: normal;
}
.rodape:link{
	color: #B5B5B5;
	text-decoration:none;
}
.rodape:visited{
	color: #B5B5B5;
	text-decoration:none;
}
.rodape:hover{
	color: #B5B5B5;
	text-decoration:none;
}
.rodape:active{
	color: #B5B5B5;
	text-decoration:none;
}