body {
	background-color: #000000;
}
.cell {
	background-color: #FFFFCC;
	padding: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #663333;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
}
.maintable {
	width: 800px;
	top: auto;
	text-align: center;
}
.Titles {
	font-size: 16pt;
	font-style: italic;
	font-weight: bolder;
}
.table_small {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

