body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8dc63f;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
table {
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 0px;
}
td.left, td.right {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	width: 5px;
}
td.right {
	background-image: url(images/right.gif);
}
td.box01 {
	background-color: #8dc63f;
	color: White;
	font-size: 15px;
	line-height: 20px;
	padding: 20px;
}
td.box02 {
	background-color: #e2f1cf;
	color: #545454;
	font-size: 12px;
	line-height: 20px;
	padding: 20px;
}
.txt {
	font-size: 15px;
	line-height: 20px;
	color: #545454;
	padding: 20px;	
}