﻿TABLE.report TR.header {
	COLOR: #fff; BACKGROUND-COLOR: #193394; TEXT-ALIGN: center;
	font-weight:bolder
}
TABLE.report TH {
	COLOR: #fff; BACKGROUND-COLOR: #193394; TEXT-ALIGN: center
}
TABLE.report TH.red {
	COLOR: #f00
}
TABLE.report TR.odd {
	BACKGROUND-COLOR: #ddd
}
TABLE.report TR.even {
	BACKGROUND-COLOR: #ebebeb
}
TABLE.report TR.selected {
	BACKGROUND-COLOR: #a9d7f9;
}
TABLE.report TR.blank {
	BACKGROUND-COLOR: #ffffff
}
TABLE.report TR.subheader TD {
	COLOR: #fff; BACKGROUND-COLOR: #666
}
TABLE.report TR A {
	COLOR: #004db5
}

