/* SIZE CHART CSS */

body {
	background-color:#FFFFFF;
	padding:15px;
}

table.size {
	width:550px;
}

td.sizeLabel {
	width:130px;
	text-align:left;
	color:#C820CA;
}

td.sizeAmount {
	width:45px;
	text-align:center;
	color:#3AAC87;
}

tr.usWomen {
	background-color:#EBEBEB;
}