@charset "utf-8";
.greytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	letter-spacing:0.5px;
}
.bluetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3c7aa1;
	letter-spacing:0.5px;
}
.class1 A:link {text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#333333}
.class1 A:visited {text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#333333}
.class1 A:active {text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#333333}
.class1 A:hover {text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#3c7aa1}

.class2 A:link {text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#fff}
.class2 A:visited {text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#fff}
.class2 A:active {text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#fff}
.class2 A:hover {text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#333}

.heading1 {
	font-size: 14px;
	font-weight: bold;
	color: #3C7AA1;
	letter-spacing:1px;
}

.blueblock{
width: 120px;
border-right: 1px solid #000;
padding: 0.5em 0 0.5em 0;
margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
background-color: #3c7aa1;
color: #fff;
}