table.table {
}
table.headertable {
	border-collapse: collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 0px;
	border-left-width: 0px;
}
td.headercell {
	border: 1px solid #CCCCCC;
}
td.datacell {
}
table.footer {
font-family: verdana;
font-size: 10pt;
color: #000000;
}

