body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d1900;
	margin: 0px;
	background-color: #ddbc8c;
	background-image: url(_graphics/bg_v.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #ad6600;
}
a:visited {
	color: #ad6600;
}
a:hover {
	color: #ad6600;
	text-decoration: none;
}
a.disclaimer:link {
	color: #0d0d0d;
}
a.disclaimer:visited {
	color: #0d0d0d;
}
a.disclaimer:hover {
	color: #0d0d0d;
	text-decoration: none;
}
hr {
	background-color: #AA6D17;
	color: #AA6D17;
}
h4 {
	color: #AA6D17;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AA6D17;
}