table.reporttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; /* default font size */
	border-top: 0px solid #F5F5F5;
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-spacing: ;
	border-collapse: collapse;
	background-color: white;
}
table.reporttable tr {
	align: left;
}
table.reporttable th {
	color: #FFFFFF;
	border-top: 0px solid #F5F5F5;
	border-bottom: 1px solid #C8C8C8;
	border-left: 0px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	background: #336699;
	-moz-border-radius: ;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
}
table.reporttable td {
	border-top: 0px solid #F5F5F5;
	border-bottom: 1px solid #C8C8C8;
	border-left: 0px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background-color: white;
	-moz-border-radius: ;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	vertical-align:top;
}

table.reporttable td a{
	display: block; 
	float: left; 
	width: 100%;
	color: #606060;
	text-decoration: none;
	background: #FFFFFF;
	border:0;
	vertical-align:top;
}

table.reporttable td a:link {
	color: #000000;
	background: #FFFFFF;
}
table.reporttable td a:visited {
	color: #000000;
}
table.reporttable td a:hover {
	color: #606060;
	background: #FFE6AA;
	text-decoration: underline;
}
table.reporttable td a.normal{
	color: #000000;
	background: #FFFFFF;
}
table.reporttable td a.current{
	color: #000000;
	background: #FFFFFF;
}
