.header{
	text-align : center;
}

.subheader{
	text-align : left;
}

.preview{
	text-align : left;
	border : 1px solid #197E57;
	padding : 0px;
	position : absolute;
	width : 250px;
	font : 10pt Arial, Helvetica, sans-serif;
	right : 2px;
}

.preview_content{
	text-align : left;
	padding : 4px;
	width : 250px;
	font : 10pt Arial, Helvetica, sans-serif;
}

.preview_content a {
	font : bold 8pt Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : Blue;
}

.preview_content a:hover {
	font : bold 8pt Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : Red;
}

.body{
	font : 12pt "Times New Roman", Times, serif;
	padding:4px;
}

.salebill {
	border : 1px solid #197E57;
	width : 30%;
	font : 10pt Arial, Helvetica, sans-serif;
	text-align : left;
	position : absolute;
	background : #197E57;
	color : #fefefe;
}