H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : large;
}

P.time {
	font-family : Arial, Helvetica, sans-serif;
}

TABLE.report {
	font-family : Arial, Helvetica, sans-serif;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: none;
	width : 100%;
	min-width : 100%;
}

TABLE.chart {
	font-family : Arial, Helvetica, sans-serif;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: none;
}

TABLE.nb100 {
	border: none;
	width : 100%;
	min-width : 100%;
}

TABLE.chart_r {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	width : 100%;
	min-width : 100%;
}

TABLE.legend {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	width : 100%;
	min-width : 100%;
}

TR.heading {
	background-color : #E6E6FA;
	font-weight : bold;
}

TR.data1 {

}

TR.data2 {

}

TR.rsum {

}

TR.bar {

}

TR.barsep {
	height : 5px;
	font-size : 3px;
}

TD.title_l {
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
}

TD.title_r {
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
	text-align : right;
}

TD.txt {
	text-align : left;
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}

TD.num {
	text-align : right;
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}

TD.sum {
	text-align : right;
	border-top: 2px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}

TD.suml {
	text-align : left;
	border-top: 2px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}

TD.charttitle {
	text-align : center;
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	font-size : inherit;
}

TD.legendtitle {
	text-align : left;
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size : inherit;
}

TD.legend {
	text-align : left;
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	vertical-align : top;
	padding-top : 5%;
	padding-bottom : 5%;
}

TD.legcolor {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	border-left: none;
	width : 15px;
}

TD.leglabel {
	text-align : left;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}

TD.barfull {
	text-align : right;
	font-weight : bold;
	border-top: 2px solid #A0B0FF;
	border-right: 2px solid #202080;
	border-bottom: 2px solid #202080;
	border-left: 2px solid #A0B0FF;
	padding-right: 5px;
	background-color : #4080FF;
	color : White;
}

TD.barempty {
	text-align : left;
	border : none;
	padding: 5px;
}

TD.empty {
	border: none;
}

TD.xaxis {
	text-align : right;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: none;
	border-left: none;
}

TD.yaxis {
	text-align : right;
	border : none;
	width : 18px;
}

A.small {
	color : Silver;
	font-size : x-small;
	text-decoration : none;
}
