.caltablep {
	border: 1px solid #316395;
}
.caltablep th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #006699;
}

.caltablep td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	border: .5px dotted #CCCCCC;
	color: #333333;
	padding: 2px;
}
.caltablep caption {
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	background-color: #660099;
	letter-spacing: 0.25em;
}
