/*
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; }
.pt14 { font-size: 14px; }
.pt18 { font-size: 18px; }
.blue { color: #004b8d; }

.pseudo-h2 {
	font-size: 18px;
	font-weight: normal;
	color: #3578b3;
	padding-bottom: 9px;
	margin-top: 25px;
	margin-bottom: 6px;
	border-bottom: 1px solid #87c1f4;
}

.pseudo-h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3578b3;
	padding-bottom: 6px;
	margin-top: 12px;
	margin-bottom: 3px;
	border-bottom: 1px solid #86c6ff;
}

ul.ulspacing {
	margin-top: 0px;
	margin-bottom: 20px;
}

ul.ulspacing p {
	padding: 2px;
}

img.topleft { float: left; margin: 0px 10px 10px 0px; }
img.topright { float: right; margin: 0px 0px 10px 10px; }
img.left { float: left; margin: 10px 10px 10px 0px; }
img.right { float: right; margin: 10px 0px 10px 10px; }