@charset "utf-8";
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
	line-height: 24px;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #597B7C;
	border-bottom-color: #597B7C;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bodygrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #597B7C;
	border-bottom-color: #597B7C;
	font-style: normal;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bodydarker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	border-top-style: none;
	border-bottom-style: none;
	font-style: normal;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0F2840;
}
.bulletwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
}
.bodywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	font-style: normal;
	text-align: left;
	color: #FFFFFF;
}
