/* CSS Document */

		/*  MENU COM A NAVEGAÇÃO INTERNA NOS MESES DO CALENDÁRIO  */
		ul#navCalendarioMeses {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	background: #E2F4FB;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
			}
		ul#navCalendarioMeses li {
			display: inline;
			color: #35B163;
			}


		/*  BARRAS PARA OS TOPOS DAS TABELAS  */
		.barrTopoTabelas {
			color: #586F74;
			padding: 3px;
			border-bottom: 1px solid #71C891;
			margin-bottom: 5px;
			font: 14px Arial, Helvetica, sans-serif;
			height: 20px;
			}


		/*  LINK SUBIR  */
		.linkSubir {
			text-indent: 15px;
			float: right;
			background: url(../images/marcTopo.gif) no-repeat 3px 5px;
			line-height: 15px;
			}

