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

* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #000;
	border: none;
}
.brand-blue {
	color: #004b8d;
}
.brand-orange {
	color: #f89828;
}
a {
	color: #004b8d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	padding: 10px 0px 20px 0px;
	font-size: 16px;
}
h2 {
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}
p, h3 {
	padding: 5px 0px;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

