body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	topmargin: 11px;
	background-position: 50px 50px;
}
.left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}
.right {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;

}
.leftline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rightline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.box {
	border: 1px solid #CCCCCC;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;

}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	text-align: justify;

}
