body {
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
}

*html body {
	font-family: helvetica, arial, verdana, sans-serif;


}

.quote {
	padding-left: 22px;
	padding-right: 22px;
	background: url(../images/quick_quote.png) center no-repeat;	

}
.stand_out {
	font-family: Georgia, serif;
	font-size: 150%;
	color: #002547;

	margin: 0;
	padding: 0;
	padding: 2% 5% 2% 5%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 1.2em;
}

h1 {
	font-family: Georgia, serif;
	font-size: 218%;
}

ul {
	padding-left: 10px;

}

h2 {
	color: #992f2e;
	font-size: 164%;
}

h3 {
	font-size: 145%;
}

h4 {
	color: #992f2e;
	font-size: 118%;
}

h1.page_title {
	font-weight: 700;

}

.close_box {
	display: block;
	width: 18px;
	height: 18px;
	margin: 5px;
	background: url(../admin/images/icon/icon_delete.png) no-repeat;
	text-decoration: none;

}