/* CSS Document */

.blue-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2C7CB7;
	font-weight: bold;
	line-height: 140%;
	margin:10px;
}
.black-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin:10px;
}