a {
	text-decoration : none;
}

.TitleBar {
	background-color : Red;
	color : White;
	font-weight : bold;
	font-family : Arial;
	font-size : 10pt;
}
.Body {
	background-color : OldLace;
	color : Black;
	font-weight : bold;
	font-family : Arial;
	font-size : 10pt;
}
.TABLE {
   background-color : OldLace;
	font-family : Arial;
	color : Black;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}
.TD {
	background-color : OldLace;
	font-family : Arial;
	color : Black;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}
.TH {
	background-color : Black;
	font-family : Arial;
	color : Gold;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
}
.TB {
	background-color : Black;
	font-family : Arial;
	color : Gold;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
}
.TS {
	background-color : Green;
	font-family : Arial;
	color : Gold;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
}

	#container {
	width: 793px;
	height: 629px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-bottom: -315px;
	margin-left: -396px;
	border-top: 1px solid #173D81;
	border-bottom: 1px solid #173D81;
	}
	