/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 150%;
		
	
	
}

table caption{
	
	text-align:left;
	font-size:24px;
	font-weight:bold;
	line-height:150%;
	padding-bottom:10px;
	padding-left:10px;	
	
}


table th{
	
	font-size:12px;
	color:#000;	
	font-weight:bold;
	
}

table td{

	border-bottom:#000;
	border-bottom:dashed;
	border-width:thin;	
	
}