/* CSS Document */

/* used on /paper/default.aspx */

table.paperWeightChart {
	margin-bottom: 9px;
}
	
table.paperWeightChart td {
	background-color: #eeeeee;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	}
	
table.paperWeightChart td.highlight {
	background-color: #999999;
	}
	
table.paperWeightChart th {
	background-color: #336699;
	color: white;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	padding: 3px;
	}
	
/* end /paper/default.aspx */

