.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  { color: #639; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold }
.bold_gray_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.small_gray_text  { color: #333333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.small_blue_text  { color: #639; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
a:link  { color: #639; text-decoration: none }
a:visited  { color: #96c; text-decoration: none }
a:hover  { color: #666; text-decoration: none }
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;
}