.logo-white-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.small-white-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.headline-deepblue-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #112435;
	font-weight: bold;
}
.small-read-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AF170A;
	font-weight: bold;
}
.small-black-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.small-gray-text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #8F8F8F; }
.1space{line-height:16px;}
body {
	background-color: #282828;
}
a:link {
	color: #AF170A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AF170A;
}
a:hover {
	text-decoration: none;
	color: #AF170A;
}
a:active {
	text-decoration: none;
	color: #AF170A;
}
.white-text-link:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white-text-link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white-text-link:hover {
	text-decoration: none;
	color: #FFD200;
}
.white-text-link:active {
	text-decoration: none;
	color: #FFFFFF;
}
.black-text-link:link {
	color: #000000;
	text-decoration: none;
}
.black-text-link:visited {
	text-decoration: none;
	color: #000000;
}
.black-text-link:hover {
	text-decoration: none;
	color: #AF170A;
}
.black-text-link:active {
	text-decoration: none;
	color: #000000;
}