.NormalTxt 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #9BC056; Light Green */
	/* color: #91B44F; Dark Green */
	color: #91B44F;
	line-height: 18px;
}
.BoldTxt 	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #679DCF; font-weight: bold}
.SubHeadingTxt	{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #9BC056; font-weight: bold; line-height: 16px; text-decoration: underline}

.Link		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #A9CF6C; text-decoration: underline}
.Link:hover 	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0099FF; text-decoration: none}.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EAF0F7;
	text-decoration: none;
}
.TxtBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #82A73E;
	border: 1px solid #DDE4C8;
	background-color: #FFFFFF;
}
.NormalSmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9BC056;
	line-height: 18px;
}
.PriceTxt 	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #679DCF; font-weight: bold; float: right;}

hr {border: none 0; 
	border-top: 1px dashed #91B44F;/*the border*/
	width: 50%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}