/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
.red_text { color: red; }
ul.condensed {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
ul.condensed li {
	background:url("../images/bullet.gif") no-repeat scroll left 6px transparent;
	margin:0 0 9px;
	padding: 0px 0px 0px 15px;
}
p.subheader {
	font: bold 16px/18px Arial,sans-serif;
	color: #803203;
}