html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	font-weight: normal;
	background-color: #FFF;
	background-image: url(../menu/bg_cinza.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
div#container {
	position:relative; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}

.menulateral {
	font-size: 11px;
	font-family: 1;
	background-color: #0058B0;

}

.menulateral .categoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 11px;
	display: block;
}


.menulateral .clicado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F8F8F8;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C7C4;
	color: #333;
}

.menulateral a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004A95;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #06C;
}
.menulateral .crono {
	text-align: center;
}



.menulateral a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.menulateral a:hover {
	text-decoration: none;
	background-image: url(../menu/seta.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #073A6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rodape {
	background-image: url(../menu/barra_down.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-top: 40px;
	height: 120px;
	padding-right: 30px;
	color: #333;
	width: 770px;
	vertical-align: top;
	background-color: #003060;
}
.rodape a {
	color: #0058B0;
	text-decoration: none;
}
.rodape a:visited {
	color: #0058B0;
	text-decoration: none;
}
.rodape a:hover {
	color: #000000;
	text-decoration: none;
}
.rodape a:active {
	color: #000000;
	text-decoration: none;
}



.crono a {
	padding: 0px;
	background-color: #0058B0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.crono a:visited {
	padding: 0px;
	background-color: #0058B0;
}
.crono a:hover {
	padding: 0px;
	background-color: #0058B0;
}
.crono a:active {
	padding: 0px;
	background-color: #0058B0;
}
.menulateral a:active {
	text-decoration: none;
	background-image: url(../menu/seta.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #073A6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
