BODY {
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	background-color: White;
	/*background-image : url(./BG1.png);*/
}

.ColData {
	background-color : transparent;
	font-size : xx-small;
	padding-left : 7px;
	padding-right : 7px;
}

.ColDataShade {
	background-color: #5998C9;
	font-size : xx-small;
	padding-left : 7px;
	padding-right : 7px;
}

.ColHdg {
	font-size : x-small;
	text-align : center;
	text-decoration : underline;
	font-weight: bolder;
}
.ColHdg_NoUL {
	font-size : x-small;
	text-align : center;
	font-weight: bolder;
}
.sysNotfHdr {
	background-color : White;
	font-size : large;
	font-weight : bold;
	text-align : center;
	text-decoration : underline;
	font-style : italic;
	color : #5998C9;
}

.TypeHdr {
	background-color : #5998C9;
	font-size : medium;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	font-style : normal;
	color : White;
}

.CellData{
	background-color : transparent;
	font-size : small;
	color : #5998C9;
	font-weight : bold;
}

.NoData {
	font-size : large;
	font-weight : bold;
	text-align : center;
	font-style : italic;
	color : Black;
}

