body {
	font-family: Arial;
	font-size: 11px;
	color: #676767;
}
a:link {
	color: #1B5970;
	text-decoration: underline;
}
a:hover {
	color: #B90E14;
	text-decoration: underline;
}
a:visited {
	color: #1B5970;
	text-decoration: underline;
}
a.redLink:link {
	color: #B90E14;
	text-decoration: underline;
}
a.redLink:hover {
	color: #1B5970;
	text-decoration: underline;
}
a.redLink:visited {
	color: #B90E14;
	text-decoration: underline;
}
.text_red {
	font-family: Arial;
	font-size: 11px;
	color: #B90E14;
}
.text_red_big {
	font-family: Arial;
	font-size: 12px;
	color: #B90E14;
}
.text_blue {
	font-family: Arial;
	font-size: 11px;
	color: #1B5970;
}
.text_blue_heading {
	font-family: Arial;
	font-size: 16px;
	color: #1B5970;
	font-style: italic;
}
.text_blue_small {
	font-family: Arial;
	font-size: 10px;
	color: #1B5970;
}
.text_blue_big {
	font-family: Arial;
	font-size: 12px;
	color: #1B5970;
}
.text_white {

	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.text_grey {
	font-family: Arial;
	font-size: 11px;
	color: #676767;
}
.image {
	float: left;
	margin-right: 13px;
	margin-bottom: 5px;
}
.image_title {
	float: left;
}

