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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
	padding: 0px;
	color: #002961;
}
a {
	color: #DC5621;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 11px;
	line-height: 16px;
	color: #002961;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #DC5621;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005D9B;
	line-height: 16px;
	margin-bottom: -8px;
}
