.white_big_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.white_small_text_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.deep_green_text {
	color: #555D4E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.white_small_text_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.orange_big_text {
	color: #FF8B02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.gray_small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.black_small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.green_text {
	color: #3E8908;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
body {
	background-color: #67757E;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
.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: #265200;
}
.white_text_link:active {
	text-decoration: none;
	color: #FFFFFF;
}
.gray_text_link:link {
	color: #555D4E;
	text-decoration: none;
}
.gray_text_link:visited {
	text-decoration: none;
	color: #555D4E;
}
.gray_text_link:hover {
	text-decoration: none;
	color: #4BA101;
}
.gray_text_link:active {
	text-decoration: none;
	color: #555D4E;
}
.green_text_link:link {
	color: #3E8908;
	text-decoration: none;
}
.green_text_link:visited {
	text-decoration: none;
	color: #3E8908;
}
.green_text_link:hover {
	text-decoration: none;
	color: #3E8908;
}
.green_text_link:active {
	text-decoration: none;
	color: #3E8908;
}