/* CSS Document */

#reportstable	{
	width:700px;
	}
	
	#reportstable td  {
	border:1px solid #000033;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#reportstable a  {
	color:#000066;
	font-weight:bold;
	text-decoration:underline;
	}
	
	#reportstable a:hover  {
	color:#000066;
	font-weight:bold;
	text-decoration:none;
	}
	
	#report_header_row {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#000066;
}


