body {
	font-family: Arial, Helvetica, sans-serif;
	color: #4c2f1c;
	background-color: #f6f6f6;
	margin: 0px;
	padding: 0px;
}
table.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;

}
td.bgtop {
	background-image: url(images/bgtop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
td {
	font-size: 12px;
}
p {
	text-align: justify;
	margin: 5px 30px 5px 30px;
	padding: 0;
}
a {
	color: #b86f4b;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	color: #673e21;
	font-size: 14px;
	margin: 15px;
	padding: 0 0 0 15px;
	background: transparent url(images/h1.gif) no-repeat 0 4px;
}
