@charset "UTF-8";

body {
	font-size: 10pt;
	background-color: none;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	color: #000;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 20pt;
}

#head {
	height: 90px;
	border-bottom: 1px solid #999;
	background: url(/pub/images/body/aptiveLogo.png) no-repeat 100% 0%;
	margin-bottom: 2em;
}

#head h1 a {
	text-decoration: none;
	font-size: 50%;
	color: #777;
}

#skipLinks, #head ul, #navi {
	display: none;
}

#footer {
	font-size: 85%;
}

/* Typo
********************************************/

a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #004e8d;
}

a[href^="http:"]:after, a[href^="https:"]:after {
	content: " (" attr(href) ") ";
	font-size: 85%;
	color: #777;
}

h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	font-family: Georgia, Palatino, Garamond, Utopia, "Times New Roman", serif;
	font-weight: normal;
	color: #02297a;
	margin-bottom: 0.6em;
}

h2 {
	font-size: 180%;
}

h2 span {
	display: block;
	font-weight: normale;
	color: #777;
	font-size: 50%;
	margin-top: 0.5em;
}

h3 {
	font-size: 140%;
}

p {
	margin-bottom: 1em;
}

.small {
	font-size: 85%;
	line-height: 120%;
}

sup {
	vertical-align: top;
}




