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

body {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #5e5e5e;
	line-height: 1.5em;
}

h1 {
	font-size: 1.3em;
	margin: 0px;
	color: #0a4f74;
}

.blue-text-bold {
	color: #0a4f74;
	font-weight: bold;
}

.footer-text-white-bold {
	color: #e8e8e8;
	font-weight: bold;
}

a:link {
	color: #0a4f74;
	text-decoration: underline;
}

a:hover {
	color: #0a4f74;
	text-decoration: none;
}

a:active {
	color: #0a4f74;
	text-decoration: underline;
}

a:visited {
	color: #0a4f74;
	text-decoration: underline;
}

a.footer:link {
	color: #b3c932;
	text-decoration: none;
}

a.footer:hover {
	color: #b3c932;
	text-decoration: underline;
}

a.footer:active {
	color: #b3c932;
	text-decoration: none;
}

a.footer:visited {
	color: #b3c932;
	text-decoration: none;
}
a.footer1:link {
	color: #838282;
	text-decoration: none;
}

a.footer1:hover {
	color: #838282;
	text-decoration: underline;
}

a.footer1:active {
	color: #ffffff;
	text-decoration: none;
}

a.footer1:visited {
	color: #838282;
	text-decoration: none;
}