*{
	font-size: 12px;
	font-family: arial, serif, sans-serif;
}
.tableCaption {
	text-align: right;
	color: #4C638C;
	font-weight: bolder;
}
.tableBody {
	margin: 0px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #FCE780;
}
.botoes {
	background-color: #738AB5;
	border-left: 2px solid #CFD3E3;
	border-top: 2px solid #CFD3E3;
	border-right: 2px solid #4C638C;
	border-bottom: 2px solid #4C638C;
	color: #ffffff;
	font-weight: bolder;
	cursor: pointer;
	height: 23px;
	text-align: center;
}

.inputs {
	background-color: #EBEEF5;
	border-right: 1px solid #CFD3E3;
	border-bottom: 1px solid #CFD3E3;
	border-left: 1px solid #4C638C;
	border-top: 1px solid #4C638C;
	width: 98%;
	scrollbar-3dlight-color: #CFD3E3;
	scrollbar-arrow-color: #4C638C;
	scrollbar-darkshadow-color: #4C638C;
	scrollbar-face-color: #CFD3E3;
}
.labels {
	background-color: #FFF9F4;
}

.titleSession{
	background: #FCE780;
	font-weight: bold;
}