/* Green Style CSS */

body {
	background-color: #E9E9E9;
	margin-top: 2px;
	font-family:Georgia, Verdana, Tahoma;
	font-size: 18px;
}

a.headLink:link { color: white; }
a.headLink:visited { color: white; }
a.headLink:hover { color: red; }

a.bodyLink:link { color: #009933; }
a.bodyLink:visited { color: #009933; }
a.bodyLink:hover { color: red; }

a.menuLink:link { color: #009933; }
a.menuLink:visited { color: #009933; }
a.menuLink:hover { color: red; }

.headerBackground {
	background-image:url(http://www.manttus.com/templates/green/green_grad.gif);
}

.tableProperties {
	/* padding-left: 15px; */
}
.menuText {
	color: #009933;
	font-size: 16px;
}

.mainLogoText {
	font-size: 36px;
	color: #FFFFFF;
	margin-left: 15px;
}

.mainHeaderText {
	font-size: 14px;
	color:#FFFFFF;
}

.commonBusinessText {
	font-size: 18px;
	color: #009933;
}

.commonBusinessSubText {
	font-size: 14px;
}

.fooeterBkg {
	background-color: #88B883;
}

.storeItemName {
	color: #009933;
	font-size: 18px;
	text-decoration:underline;
}

.storeItemDescription {
	font-size:14px;
	color: #000000;
}
.regularPrice {
	font-size:14px;
	color: #009933;
}
.salePrice {
	font-size:16px;
	color:#FF0000;
}
.saleText {
	font-size: 18x; 
	color: #999999;
	font-style:italic;
}
.strike{
	text-decoration: line-through;
}
.netSavings {
	font-size:14px;
	color: #993300;
}
.orderRow {
	height: 18px;
	background: #E6E6E6;
	border: solid 1px #CCCCCC;
	font-size: 16px;
	color: #000000;
}
	