@charset "utf-8";
/* CSS Document */

.headline {
	text-align: left;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
}
#container {
	margin-top: 50px;
	margin-right: 15%;
	margin-bottom: 50px;
	margin-left: 15%;
	text-align: left;
}
#pageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	text-align: left;
	font-weight: bold;
}
#blueHeart {
	float: left;
	height: 120px;
	width: 180px;
	background-image: url(../images/blueheart_sm.jpg);
	background-repeat: no-repeat;
}

.blueHearttextcolor {
	color: #09c;
	font-weight: bold;
}

/* Old Blue Heart Color was #079AE0*/

a:link {
	color: #000;
}
a:visited {
	color: #999;
}
a:hover {
	color: #079AE0;
}
a:active {
	color: #0AA9DE;
}
.printerFriendlylink {
	font-size: small;
	font-style: normal;
	text-align: center;
}
