<style>
td {
	font-family: arial;
	font-size: 8pt;
}
.link{
	text-decoration: none;
}
.menuItem {
	font-family: arial;
	font-size: 8pt;
	background-color: #0066CC;
	color: #FFFF66;
	height: 20px;
	font-weight:bold;
}
.tableHeader {
	font-family: arial;
	font-size: 8pt;
	background-color: #CBDEE6;
	color: #003366;
	height: 20px;
	font-weight:bold;
}
.tableHeaderSmall {
	font-family: arial;
	font-size: 7pt;
	background-color: #CBDEE6;
	color: #003366;
	height: 17px;
	font-weight:bold;
}
.tableHeaderSmall2 {
	font-family: arial;
	font-size: 7pt;
	background-color: #D7D7D7;
	color: #003366;
	height: 17px;
	font-weight:bold;
}
.tableContents {
	font-family: arial;
	font-size: 8pt;
	background-color: #E6E6E6;
	color: #000000;
}
.tableContentsSmall {
	font-family: arial;
	font-size: 7pt;
	height: 17px;
	background-color: #EEEEEE;
	color: #000000;
}
.tableContentsSmall2 {
	font-family: arial;
  font-size: 7pt;
  font-weight: bold;	
	height: 17px;
	background-color: #D7D7D7;
	color: #000000;
}
.tableContentsWhite {
	font-family: arial;
	font-size: 8pt;
	background-color: #FFFFFF;
	color: #000000;
}
.tableContentsSmallWhite {
	font-family: arial;
	font-size: 7pt;
	height: 17px;
	background-color: #FFFFFF;
	color: #000000;

}
.scrollArea {
 overflow: auto;
 position: relative;
 visibility: visible;
 clip:           rect(auto auto auto auto);
 background-position: left top;
 left: 0px;
 top: 0px;
}
.pageBreak {
 page-break-before: always;
}
</style>
