@charset "utf-8";
.Form-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.Form-textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 20px;
}
.Form-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #BADCDD;
	height: 20px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Form-btn2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #557D96;
	height: 20px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.addtocart-btn {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Table-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #23415f;
}
.Table-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.Form-textfield-centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 20px;
	text-align: center;
}
.LinkStyle1-blue
{
	color: #23415F;
	letter-spacing: 0px;
	text-decoration: none;
}