@charset "UTF-8";
/* CSS Document */

.logo {
	background-color: #FFFFFF;
	float: left;
	padding: 10 10 10 10;
}
.blue_text {
	color: #0077C0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #0077C0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0077C0;
}
a:hover {
	color: #71CEF5;
}
a:active {
	text-decoration: none;
	color: #0077C0;
}.border {
	border: 1px solid #000000;
}
