/* CSS Document */

.bold_blue {
	color: #445083;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
}

.blue {
	color: #445083;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}

.blue_highlighted {
	color: #445083;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: yellow;
}

.blue_italic {
	color: #445083;
	font-family: Arial;
	font-size: 15px;
	font-style: italic;
}

.bold_blue_highlighted {
	color: #445083;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
	background-color: yellow;
}

.large_red_text_highlighted {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #CA0101;
	background-color: yellow;
}

.standard_red_text_highlighted {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #CA0101;
	background-color: yellow;
}

.standard_red_text {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #CA0101;
}

.large_red_text {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #CA0101;
}

.how_much {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #CA0101;
	font-style: italic;
}

.tm {
	font-family: Arial;
	font-size: 12px;
	color: #CA0101;
}

.how_much_blue {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #445083;
	font-style: italic;
}

.tm_blue {
	font-family: Arial;
	font-size: 12px;
	color: #445083;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}

.black_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.tand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
