@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #595959;
	line-height: 1.4em;
	text-align: justify;
}

h2 {
	font-size: 1.1em;
	color: #145692;
}

h3 {
	font-size: 1.0em;
	font-weight: lighter;
}

.blue-text-bold {
	color: #145692;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #01447e;
}

a:active {
	text-decoration: underline;
	color: #01447e;
}

a:visited {
	text-decoration: underline;
	color: #01447e;
}

a:hover {
	text-decoration: none;
	color: #01447e;
}

a.footer:link {
	text-decoration: underline;
	color: #4884b7;
}

a.footer:active {
	text-decoration: underline;
	color: #4884b7;
}

a.footer:visited {
	text-decoration: underline;
	color: #4884b7;
}

a.footer:hover {
	text-decoration: none;
	color: #4884b7;
}