/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFECBE;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
a:link {
	color: #794A1C;
	text-decoration: none;
}
a:visited {
	color: #794A1C;
	text-decoration: none;
}
a:hover {
	color: #794A1C;
	text-decoration: underline;
}
a:active {
	color: #794A1C;
	text-decoration: none;
}
.cellpad {
	padding:0px 15px;
}
h1 {
	color: #794a1c;
	font-size: 1.1em;
	font-weight: bold;
}
h2 {
	font-size: .9em;
	font-weight: bold;
	color: #794a1c;
}
.imgborder {
	border-style:outset;
	border-color: #794a1c;
	border-width:4px;
}
