body {
	font-family:Arial, Helvetica, sans-serif;
}

.IndexCellHeader {
	background-color: #767676;
	border: solid black 1px;
	color: white;
	font-size: 11pt;
	width: 290px;
	height: 23px;
	padding: 2px;
	font-weight: bold;
}
.IndexCellContent {
	font-size: 10pt;
	color: #00339C;
	font-weight: bold;
	padding:5px;
}


