.top_navigation_tex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B678C;
	font-weight: bold;
}
.small_blue_bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3D607E;
}
.logo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #2A5E8E;
}
.light_blue_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E89C1;
}
.dark_blue_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1a38ce;

}
.dark_blue_bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1a38ce;
	
}
.1space{line-height:20px;}
.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: 10px;
	color: #FFFFFF;
}
a:link {
	color: 3B678C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 3B678C;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.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;
}