
/*customer styleas*/
.boxoutLeft {
	margin: 0;
	padding: 6px 6px 6px 6px;
	border: 1px solid #309955;
	width: 202px;
	height: 90px;
	color: #676967;
}
.boxoutRight {
	margin: 0;
	padding: 6px 5px 6px 6px;
	border: 1px solid #309955;
	width: 200px;
	height: 90px;
	color: #676967;
}
.highlight {
	font-size: 120%;
	color: #1B793D;
	font-weight: bold;
}
.intro {
	font-weight: bold;
	font-size: 105%;
}
.biggerText {
	font-size: 110%;
	font-weight: bold;
}
.smallerText {
	font-size: 85%;
	text-align: left;
	margin-right: 8px;
	padding-right: 8px;
}
.greenText {
	color: #1B793D;
	font-weight: bold;
}