.main-body {
	background-color: #022B00;
	background-image: url(images/greentea_background.jpg);
	background-repeat: repeat-x;
}
.container {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
	border-right-width: 6px;
	border-left-width: 7px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #33FF00;
	border-left-color: #33FF00;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
	color: #009900;
	text-align: center;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #990000;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #333300;
}
.heading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #333300;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #4F9511;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF66;
}
a:active {
	text-decoration: none;
	color: #CC99CC;
}
.link1 {
	font-weight: bold;
	color: #000000;
}
.center {
	background-position: center;
	margin-top: 20px;
	text-align: center;
}
.rihgt-image {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.left-image {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}