body {
	background-color: #F0E68C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: smaller;
}
.smallItalic {
	font-size: smaller;
	font-style: italic;
}

.cellPlain {
	border-top: none;
	border-left: none;
	text-align: right;
	height: 15pt;
}
.cellColor1 {
	background-color: #DCDCDC;
	border-top: none;
	border-left: none;
	text-align: center;
}
.cellColor2 {
	background-color: Silver;
	border-top: none;
	border-left: none;
	text-align: center;
}
.cellColor3 {
	background-color: Black;
	border: 0;
	width: 2;
}
.noBoarder {
	border-width: 0 0 0 0;
}

