p,td,tr,body {
	font: 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #545454;
	text-align:left;
}

h1 {
	color: #12408b;
	font: bold 30px Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	border-bottom: 1px dotted #b8b8b8;
	padding-bottom: 10px;
}

h2 {
		color: #ebb234;
	font: bold 22px Arial, Helvetica, Geneva, sans-serif;

}

h3	 {
			color: #004094;
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
		border-top: 1px dotted #b8b8b8;
	padding-top: 15px;
}

hr{
height: 0px;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #b79da5;
	border-right-color: #b79da5;
	border-bottom-color: #b79da5;
	border-left-color: #b79da5;
	
}

a {
	font-weight: bold;
	color: #1d6aea;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #12408b;
	text-decoration: none;
}

#footersmall {
	font-size: 9px;
}

.blue { color: #12408b; }

.promo {
border: 3px solid #004094;
padding: 10px;
background: white;
width: 235px;
}
.promo h1 {
color: #004094;
font-size: 14pt;
	text-transform: none;

}
.promo p {
font-size: 10pt;
line-height: 12pt;
}