body, td, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333300;
}

h1 {
	font-size: 18pt;
	color: #A79C74;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding: 0px;

}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 15pt;
	color: #A79C74;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.5em;

}
hr {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

h3 {
	font-size: 12pt;
	color: #A79C74;
	margin-bottom: 0.5em;
	margin-top: 1.5em;

}
.sm {
	font-size: 9pt;
	color: #9C9164;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
ul li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 0.5em;
	margin-right: 5px;
}
ol li {
	margin-bottom: 0.5em;
}
.top {
	font-size: 16pt;
	color: #BEBEBE;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
}
.right {
	margin-bottom: 10px;
	margin-left: 10px;
}

.red {
	font-weight: bold;
	color: #CC0000;
	font-size: 85%;
}
