/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.smalltext {
	font-size: 11px;
	line-height: 14px;
}
.boldorange {
	font-weight: bold;
	color: #C6891A;
}


body {
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #b67800;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b67800;
}
a:hover {
	text-decoration: none;
	color: #e4a731;
}
a:active {
	text-decoration: none;
	color: #e4a731;
}

h1 {
	font-size: 20px;
	color: #C6891A;
	line-height: 24px;
}
h2 {
	font-size: 17px;
	color: #7F7A29;
	font-style:italic;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
}

.smallfooter {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	}
.testimonial {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}
h3 {

	font-size: 14px;
	color: #6A6722;
}
.directiontext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 22px;
}
.starbullet {
	padding-bottom: 10px;
	list-style-image: url(graphics/bullet.jpg);
	padding-right: 10px;
}
.cellborder {
	border: 1px solid #333;
}
.dottedabove {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
