.blue {
	background-color: #9AD8DA;

}
.bluetint {
	background-color: #EBF7F8;
}
.redline {

	background-color: #A1161C;
	height: 8px;
	font-size: 6px;
	color: #A1161C;
}
.blueline {

	background-color: #9AD8DA;
	font-size: 6px;
	color: #9AD8DA;
}
.whiteline {


	background-color: #FFFFFF;
	font-size: 6px;
	color: #FFFFFF;
}
.red {
	background-color: #A1161C;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1161C;
}
.text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;

}
.thinredline {


	background-color: #A1161C;
	height: 2px;
	font-size: 2px;
	color: #A1161C;
}
.title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.smallText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.boldRedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A1161C;
	font-weight: bold;

}
