@charset "UTF-8";
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #A92725;
	margin-bottom: 1em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #796464;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #796464;
	line-height: 1.5em;
	margin-top: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
}
.rule {
	background-image: url(hr.gif);
	width: 600px;
	background-repeat: repeat-x;
	background-position: left center;
	display: block;
	height: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
li {
	list-style-type: none;
	list-style-position: outside;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 15px;
	background-position: left center;
}
