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

body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	clear: both;
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	font-weight: bold;
	color: #002e6e;
}
 
h2 {
	clear: both;
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 0.75em;
	font-weight: bold;
	color: #002e6e;
	border-bottom: 1px solid #ebebeb;
}
 
h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 0.75em;
	color: #363636;
	border-bottom: 1px solid #ebebeb;
}
 
h4 {
	font-size: 1em;
	font-weight: bold;
}
 
h5 {
	margin-bottom: 0;
}
a:focus, a:hover {
	color: #000;
}
 
a {
	color: #ad0e24;
	text-decoration: underline;
}

