.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #264B99;
	text-decoration: none;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E3C79;
	text-decoration: underline;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0065CA;
	text-decoration: underline;
}

