body {
/*	background-image: url('../images/Poster-08-footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom left; */
	margin: 0px;
	background-color: #987347;
}

table.header {
	border: none;
	padding: 0;
}

table.left {
	border: none;
	padding: 0;
	width: 200px;
}

table.body {
	border: none;
	padding: 0;
 	width: 1024px;
	background-color: #e9e6e1;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url('../images/Poster-08-footer.jpg');
}

a {
	color: #0B757F;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-weight : bold;
	font-size : 12px;	
}


a:hover { 
	color: red; 
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, FontName, SunSans-Regular; 
	text-decoration: none;
	font-size : 12px; 
	text-decoration: underline;
}

p {
	color: black;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-size : 12px;	
}

td {
	color: black;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td.print_text {
	color: black;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

td.header_text {
	color: blue;
	font-size : 16px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

td.sub_header_text {
	color: black;
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

td.right {
	color: black;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width: 150;
}

br.pagebreak {
	page-break-after: always
}