body {
	width:600px;
	margin:0;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

p{
margin:10px;
}

h4 {
	font-size:14px;
	color:#2998ff;
	margin:10px;
	text-align:center;	
}
h5 {
	font-size:12px;
	color:#2998ff;
	margin:5px 10px;
}

em {
	font-style:italic;
}


table.sizing-charts { 
	background:#EDFEFF;
	border: #2998ff solid 1px;
	padding:0;
	margin: 0 auto;
	margin-bottom:15px;
	width:500px;
	text-align:center;
}
table.sizing-charts th {
	font-weight: bold;
	color: #FFFFFF;
	background:#2998ff;	
	border-right: #ffffff dotted 1px;	
	font-size:12px;
	vertical-align:middle;
	padding:2px;
}
table.sizing-charts th.row {
	border-bottom: #ffffff dotted 1px;
}
table.sizing-charts td {
	border-bottom: #2998ff dotted 1px;
	border-right: #2998ff dotted 1px;
	vertical-align:middle;
	padding:2px;
}
table.sizing-charts th.last-row {
	border-bottom: none;
}
table.sizing-charts td.last-row {
	border-bottom: none;
}

table.sizing-charts td.subhead {
	color: #666666;
	font-weight: bold;
	background:#ceefff;
}
table.sizing-charts td.alt {
	background:#addeff;
} 
table.sizing-charts td.note {
	border: none;
	color: #666666;
	text-align:left;
	padding:10px;
	background:#FFFFFF;	
}

table.sizing-charts th.last-col {
	border-right: none;
}
table.sizing-charts td.last-col {
	border-right: none;
}
table.sizing-charts th.alt {
background: #58b1ff;
}


table.sizing-charts2 { 
	background:#EDFEFF;
	border: #2998ff solid 1px;
	padding:0;
	margin: 0 auto;
	margin-bottom:15px;
	width:580px;
}
table.sizing-charts2 th {
	font-weight: bold;
	color: #FFFFFF;
	background:#2998ff;	
	border-right: #ffffff dotted 1px;	
	text-align:center;
	font-size:11px;
	vertical-align:middle;
	padding:1px;
}
table.sizing-charts2 th.row {
	border-bottom: #ffffff dotted 1px;
}
table.sizing-charts2 td {
	border-bottom: #2998ff dotted 1px;
	text-align:center;
	font-size:11px;
	border-right: #2998ff dotted 1px;
	vertical-align:middle;
	padding:2px;
}
table.sizing-charts2 th.last-row {
	border-bottom: none;
}
table.sizing-charts2 td.last-row {
	border-bottom: none;
}
table.sizing-charts2 td.subhead {
	color: #666666;
	font-weight: bold;
	background:#ceefff;
}
table.sizing-charts2 td.alt {
	background:#addeff;
} 

table.sizing-charts2 td.note {
	border: none;
	color: #666666;
	text-align:left;
	padding:10px;
	background:#FFFFFF;	
}

table.sizing-charts2 th.last-col {
	border-right: none;
}
table.sizing-charts2 td.last-col {
	border-right: none;
}

table.sizing-charts2 th.alt {
background: #58b1ff;
}

ul {
padding-left:25px;
padding-right:10px;
margin-top:0;
}
li {
margin-bottom:5px;
}