@charset "utf-8";

A:link	{ color: #1a4f6c; }
A:visited { color: #1a4f6c; }
A:active  { color: #1a4f6c; }
A:hover   { color: #50a0cb; }

.frontheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}
.yellowbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-weight:bold;
	width:90%;
	margin:auto;
	padding:5px;
	background-color:#d9e2ed;
	border-color:#808080;
	border-style:solid;
	border-width:2px;
}
.bolded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
	font-weight:bold;
}
.midbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #818285;
	font-weight:bold;
}

.pale-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #527191;
	font-weight:bold;
}


.sublink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	color: #ffc423;
	font-weight:bold;
	text-decoration:none;
}
