body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
.box{
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #E1FDB3;
}
.box div{
	width: 430px;
	margin: 10px;
	text-align: justify;
}
table.compare{
 background-color: #e9f3ff;
 border: 2px solid #7ab6ea;
 
}

table.compare td{
	border-bottom: 1px solid #7ab6ea;
	border-right: 1px solid #7ab6ea;
	border-collapse: collapse;
	padding: 2px;
}