BODY {
	background-color : #7B7B7B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}
.PageTitle {
	font-family : "Arial Narrow";
	font-size : 14pt;
	font-weight : bold;
	vertical-align:top;
	color: #5B5B5B;
	text-align: left;
}
.TableHeader {
	background-color : #5B5B5B;
	font-family : "Arial Narrow";
	font-size : 11pt;
	font-weight : bold;
	color: white;
	text-align: center;
}
.TableCellWithBorder {
	border: 1px solid #5B5B5B;
}
.TableWithBorder {
	border : 1px solid black;
}
.HeaderLayer {
	width: 800px;
	height: 100px;
	top: 5px;
	left: 5px;
        position: absolute;
}
.MainLayer {
	background-color: white;
	width: 800px;
	height: 465px;
	top: 105px;
	left: 5px;
        overflow: auto;
        position: absolute;
}