<style>
<!--
.TableSubRowColorBold {
	font-family : arial, sans-serif;
	font-size : 120%;
	font-weight : bold;
	color : #000000;
	background-color : #637B63;
}

.TableSubRowColor {
	font-family : arial, sans-serif;
	font-size : 120%;
	color : #000000;
	background-color : #637B63;
}

.TableSubRowBold {
	font-family : arial, sans-serif;
	font-size : 120%;
	font-weight : bold;
}

.TableSubRow {
	font-family : arial, sans-serif;
	font-size : 120%;
}

.TableHeaderRowColorBold {
	font-family : arial, sans-serif;
	font-size : 120%;
	font-weight : bold;
	color : #FFFFFF;
	background-color : rgb(127,162,202);
}

.TableHeaderRowColor {
	font-family : arial, sans-serif;
	font-size : 120%;
	color : #FFFFFF;
	background-color : rgb(127,162,202);
}

.TableHeaderRowBold {
	font-family : arial, sans-serif;
	font-size : 120%;
	font-weight : bold;
}

.TableHeaderRow {
	font-family : arial, sans-serif;
	font-size : 120%;
}
//-->
</style>

