BODY DIV#container DIV#container-content DIV#body DIV#body-content DIV#excelContent DIV.excelTable TABLE {
	font-family: Arial;
	font-size: 10px;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

BODY DIV#container DIV#container-content DIV#body DIV#body-content DIV#excelContent DIV.excelTable TABLE THEAD TR {
	background: #000055;
	color: #ffffff;
	font-weight: bold;
}


BODY DIV#container DIV#container-content DIV#body DIV#body-content DIV#excelContent DIV.excelTable TABLE THEAD TR TH {
	padding: 5px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #777799;
}

BODY DIV#container DIV#container-content DIV#body DIV#body-content DIV#excelContent DIV.excelTable TABLE TBODY TR {
	background: #eeeeff;
	color: #000000;
	font-weight: normal;
}
		
BODY DIV#container DIV#container-content DIV#body DIV#body-content DIV#excelContent DIV.excelTable TABLE TBODY TR TD {
	padding: 5px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #777799;
	color: #000044;
}

BODY DIV#container DIV#container-content DIV#body DIV#body-content DIV#excelContent DIV.excelTable TABLE TBODY TR.alternate {
	background: #ffffff;
}

BODY DIV#container DIV#container-content DIV#body DIV#body-content TABLE {
	display: block;
	clear: both;
	font-family: Arial;
	font-size: 11px;
	border-collapse: collapse;
}

BODY DIV#container DIV#container-content DIV#body DIV#body-content TABLE TR TH {
	background: url(../../images/th-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #133da1;
	border-style: solid;
	border-color: #cfcfcf;
	border-width: 1px;
	margin: 0px;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}

BODY DIV#container DIV#container-content DIV#body DIV#body-content TABLE TR TD {
	border-style: solid;
	border-color: #dfdfdf;
	border-width: 1px;
	margin: 0px;
	padding: 5px;
	background: #eeeeff;
}


BODY DIV#container DIV#container-content DIV#body DIV#body-content TABLE TR.alternate TD {
	background: url(../../images/tr-alternate-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}