.small_blue_bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3D607E;
}
.light_blue_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4E89C1;
}
.blue_bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6891B1;
}
.white_and_bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.small_white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	color: #6891B1;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6891B1;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: underline;
	color: #000000;
	border-bottom: 2px dotted #0c0;
}
.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white:hover {
	text-decoration: none;
	color: #FF3300;
}
.white:active {
	text-decoration: none;
	color: #000000;
}
