body {
	background-color: #828B90;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #1564B5;
}
.newstag {
	background-image: url(images/news-tag-tile.jpg);
	background-repeat: repeat-y;
}
.box {
	border: 1px solid #828B90;
}
.results-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
	text-align: center;
	display: block;
}
.results-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
	text-align: center;
	display: block;
	background-color: #ECE5D5;
}

.text-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #EA0000;
	font-weight: bold;
}

