.ProductTitle {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: Navy;
	text-align:left;
}

.ProductWarnings {
	font-family: Arial;
	font-style: italic;
	text-size: 12px;
	color: #FF9999;
	text-decoration: italic;
	text-align:left;
}

.ProductText {
	font-family: Arial;
	font-size: 12px;
	/*color: #333333;*/
	color: Navy;
	text-align:left;
	}

.ProductSectionHeader {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: Navy;
	text-align:left;
}

.contentheading {
	padding-top: 10px;
	font-family: arial;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	display: block;
	color: brown;
	border-bottom: dashed 1px #EEEE33;
	
	}

.ContentText {
	font-family: Arial;
	font-size: 15px;
	/*color: #333333;*/
	color: Navy;
	text-align:left;
	}

