body { margin: 1 0 em; 
}
table.profile {
	width: 170mm;
	background-color : #ffffff;
	border : 3px;
	border-color : Blue;
}

tr.invisible {
	display : none;
}
table.delete {
	display : none;
}

td.invisible {
	display : none;
}

.corpoSchedaR TD TH{
/*	border:inset #cccccc 1px;*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #3E3E3E;
	border-top-color: #CECECE;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
}
.corpoSchedaR caption{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}


.corpoSchedaR A:link {
/*	font-weight:bold;*/
/*	text-decoration: none;*/
}