	.blueLink, .blueLink:link, .blueLink:active, .blueLink:visited {
		text-decoration: underline;
		color:#4d4e7e;
		font-size: 14px;
	}
	.blueLink:hover {
		color: #000000;
	}
	.smallLink {
		font-size: 12px;
		text-decoration: none;
	}
	.blackLink {
		text-decoration: underline;
		font-size: 14px;
		color: #000000;
		font-weight: bold;
	}