/* CSS Document */

.tableframe {
	border: thin ridge #D1D1D1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #646464;
}
.tableBg_LtBlue {
	background-color: #D7E6EA;
}
.tablewhiteonpurple {
	color: #FFFFFF;
	background-color: #5B4983;
}
.tableBg_LtGreen {
	background-color: #D6EBDE;
}
.tableBg_LtYellow {
	background-color: #FFFFCC;
}
.tableBg_LtPurple {
	background-color: #DCDBEE;
}
.tableBg_Gray {
	background-color: #E4E4E4;
}
.tableBoldonGray {
	background-color: #CCCCCC;
	font-weight: bold;
	color: #000000;
}
.tablewhiteongray {
	color: #FFFFFF;
	background-color: #666666;
}

