@charset "utf-8";
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 13px;
	list-style-position: inside;
	padding-left: 10px;
	list-style-image: url(images/bullet1.jpg);
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 13px;
	list-style-position: inside;
	padding-left: 10px;
	list-style-image: url(images/bullet2.gif);
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	background-image: url(images/hdr_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #727500;
}

.BORDER {
	margin: 5px;
	padding: 5px;
	border: 1px solid #09294F;
}
.callOUT {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
