.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	line-height: 16px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #006495;
	font-weight: bold;
}
.bullet {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #663300;
}
.bullet_bigger {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #663300;
}
.bullet_condensed {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #663300;
}
a:link {
	text-decoration: none;
	color:#663300;
}
a:visited {
	text-decoration: none;
	color:#663300;
}
a:hover {
	color: #006495;
	text-decoration: none;
}
.blue_featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006495;
	line-height: 16px;
}
.bg_banner_witness {
	background-image: url(images/banner_witness.jpg);
	background-repeat: no-repeat;
}
.bg_banner_services {
	background-image: url(images/banner_services.jpg);
	background-repeat: no-repeat;
}
.bg_banner_checklist {
	background-image: url(images/banner_checklist.jpg);
	background-repeat: no-repeat;
}
.no_repeat {
	background-repeat: no-repeat;
}

.btn_submit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #c1b28a;
	letter-spacing: 1px;
	padding: 1px;
	width: 80px;
	height: 23px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
}
