.conteudo .tabelaFicha {
	width: 73%;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #78AA53;
	border-right-color: #78AA53;
	border-bottom-color: #78AA53;
	border-left-color: #78AA53;
}
.conteudo .tabelaFicha th {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #7CA600;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.conteudo h3 {
	font-size: 14px;
	font-weight: bold;
	color: #7CA600;
	text-decoration: none;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.conteudo .tabelaFicha .coluna1 {
	font-weight: bold;
	width: 40%;
}
.conteudo .tabelaConsultNotas {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 25%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.conteudo .tabelaConsultNotas a {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.conteudo .tabelaConsultNotas a:hover {
	color: #CCCCCC;
}

.conteudo .tabelaConsultNotas th {
	text-align: right;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	color: #24729F;
	font-size: 12px;
}
.conteudo .tabelaConsultNotas td {
	text-align: right;
}
.conteudo .tabelaBoletimNotas {
	clear: both;
	width: 100%;
	border: 2px solid #5F7D00;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.conteudo .tabelaBoletimNotas th {
	background-color: #7CA600;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	margin: 0px;
	padding: 5px;
}
.conteudo .tabelaBoletimFaltas {
	border: 2px solid #5F7D00;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.conteudo .tabelaBoletimFaltas .faltas {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7CA600;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	width: 25%;
}
