.bodyheavy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: bd9f00;
}
td.mybackground-left { 
	background-image: url(images/background/background-left.jpg); /* forward slash for the path */ 
	width: 57px; /* use you own image size; */ 
	height: 393px; /* use you own image size; */ 
	background-repeat: no-repeat; 
	background-position: left bottom; 
	text-align: left; 
	vertical-align: top; 
}
td.mybackground-right { 
	background-image: url(images/background/background-right.jpg); /* forward slash for the path */ 
	width: 463px; /* use you own image size; */ 
	height: 395px; /* use you own image size; */ 
	background-repeat: no-repeat; 
	background-position: left bottom; 
	text-align: left; 
	vertical-align: top; 
}