body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #9e3640;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	}
.bkg {
	background-image: url(images/top_slice.jpg);
	background-repeat: repeat-x;
	}
.left_bkg {
	background-image: url(images/left_slice.jpg);
	background-repeat: repeat-y;
	}
h1 {
	color: #E4C843;
	font-family: Times,serif;
	font-size: 20px;
	}
h2 {
	color: #E4C843;
	font-family: Times,serif;
	font-size: 14px;
	}
h3 {
	color: #E4C843;
	font-family: Times,serif;
	font-size: 12px;
	}
p,li {
	font-size: 12px;
	line-height: 18px;
	margin-right: 15px;
	}
.right {
	border-left: 1px solid #E4C843;
	}
.right h1 {
	color: #E4C843;
	font-family: Times,serif;
	font-size: 12px;
	margin-left: 6px;
	}
.right p {
	font-size: 11px;
	margin-left: 6px;
	}
.content {
	padding-left: 10px;
	}
.copy {
	font-size: 10px;
	text-align: center;
	}
.tablerule {
	border-bottom: 1px solid #E4C843;
	}