@charset "ISO-8859-1";
body {
	background-color: #B97A31;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	font-family: "Trajan Pro Bold", "Trajan Bold", "Times New Roman";
	font-size: 24px;
	letter-spacing: 1pt;
}
h2 {
	font-family: "Trajan Pro Bold", "Trajan Bold", "Times New Roman";
	font-size: 18px;
	font-color: #B97A31;
	letter-spacing: 1px;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #B97A31;
	text-decoration: underline;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: disc;
}
li span {
	font-size: 0.7em;
	color: #FF0000;
}
div.copy {
float:left;
width:420px;
margin:0;
padding-left:20px;
padding-right:20px;
padding-top:0px;
padding-bottom:0px;
}