.logo_text {font-size: 30px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #5D5D5D;}
.small_blue_text {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0872C6;
}
.big_sky_text {
	font-size: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0478C1;
}
.big_gray_text {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5D5D5D;
}
.small_gray_bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5D5D5D;
}
.navigation_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1C7EC5;
}
.bold_gray_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.small_gray_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.small_blue_text {
	color: #0191D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #1C7EC5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1C7EC5;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.gray:link {
	color: #606060;
	text-decoration: none;
}
.gray:visited {
	text-decoration: none;
	color: #606060;
}
.gray:hover {
	text-decoration: none;
	color: #FF6600;
}
.gray:active {
	text-decoration: none;
	color: #000000;
}