body {
	margin: 0px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

a:link, a:visited{
	text-decoration: none;
	font-weight:bold;
	color: #9C9999;
}

.txtRodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cf202d;
	font-weight:bold;
}

.txtRodape a:link, .txtRodape a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cf202d;
	font-weight:bold;
}

.menuOut{
	background-color:#cf202d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}
.menuOut a:link, .menuOut a:visited {
	background-color:#cf202d;
	color: #FFFFFF;
	text-decoration:none;
}

.menuOut a:hover{
	background-color:#cf202d;	
	color: #FFFFFF;
	text-decoration:none;
}

.menuIn {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cf202d;
	font-weight:bold;
}

.menuIn a:link, .menuIn a:visited {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cf202d;
	font-weight:bold;
	text-decoration:none;
}

.menuIn a:hover{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cf202d;
	font-weight:bold;
	text-decoration:none;
}