/* Size Chart*/


	.bhdr {color: #007DCA; font-weight: bold; font-size: 12pt}	
	.cell_bhdr {background-color: #67c4e0; color: #ffffff; font-weight: bold; font-size: 10pt;}	
.borders {  border: #5B96B0; border-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.tableborder {
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	border-top: 1px solid #AC2E1D;
	border-right: 0px solid #AC2E1D;
	border-bottom: 1px none #AC2E1D;
	border-left: 1px solid #AC2E1D;
}
.mid {
	border-top: 1px none #67c4e0;
	border-right: 1px none #67c4e0;
	border-bottom: 1px solid #67c4e0;
	border-left: 1px none #67c4e0;
}
.bottomright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AC2E1D;
	border-right-color: #AC2E1D;
	border-bottom-color: #AC2E1D;
	border-left-color: #AC2E1D;
}	
.bottomdotted {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #67c4e0;
	border-right-color: #67c4e0;
	border-bottom-color: #67c4e0;
	border-left-color: #67c4e0;
}

.middotted {
	border-top: 1px none #67c4e0;
	border-right: 1px none #67c4e0;
	border-bottom: 1px dashed #67c4e0;
	border-left: 1px none #67c4e0;
}
