.textcontenthere {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	float: left;
	width: 100%;
	color: #666;
}
.textcontenthere h1 {
	font-size: 28px;
	color: #242F5C;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}
.textcontenthere h2 {
	font-size: 20px;
	color: #1C1C1C;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: normal;
}
.textcontenthere h3 {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: normal;
}
.textcontenthere h4 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.textcontenthere h5 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.textcontenthere h6 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.textcontenthere p {
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #666;
	line-height: 24px;
	font-family: "Open Sans";
}
.textcontenthere li {
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	list-style-position: outside;
}
.textcontenthere a {
	color: #AD0101;
	text-decoration: underline;
}
.textcontenthere a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.textcontenthere .image {
	float: left;
	display: inline;
	width: 45%;
	margin-top: 5px;
}
.textcontenthere .productcontent {
	float: right;
	font-size: 12px;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 47%;
}
.textcontenthere .productwrap {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 675px;
}
.textcontenthere .producttext {
	float: left;
	width: 675px;
}
.textcontenthere form {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000;
	float: left;
	width: 100%;
}
.textcontenthere ul li {
	list-style-type:disc;
}
.textcontenthere hr {
	color: #7776B2;
	background-color: #7775B2;
	height: 1px;
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
}

.formatinput {
	width: 430px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formatextarea {
	font-size: 12px;
	color: #000;
	background-color: #FFFFFF;
	width: 430px;
	height: 200px;
	border: 1px solid #333333;
}
