body {
	background: #fff;
	color: #000;
	font: 9pt/11pt "Trebuchet MS", trebuchet, arial, helvetica, sans-serif;
	width: 80%;
}

#logo-print {
	margin: 0 0 2em 0;
}

#logo {
	display: none;
}

#nav {
	display: none;
}

#image {
	display: none;
}

#footer {
	display: none;
}

/* TYPO */

h1  {
	margin: 0 0 0.5em 0;
	border: 0;
	padding: 0;
	font: 16pt/18pt "Trebuchet MS", trebuchet, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #636466;
}

h2 {
	margin: 0 0 0.5em 0;
	border: 0;
	padding: 0.5em 0 0 0;
	font: 16pt/18pt "Trebuchet MS", trebuchet, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #636466;
}

h3 {
	margin: 0 0 0.5em 0;
	border: 0;
	padding: 0.5em 0 0 0;
	font: 16pt/18pt "Trebuchet MS", trebuchet, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #636466;
}

p {
	margin: 0 0 1em 0;
	border: 0;
	padding: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* LINKS */

a:link, a:visited, a:hover, a:active {
	color: #2c8196;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* LISTS */

ul {
	margin: 0 0 1em 1em;
	border: 0;
	padding: 0;
	list-style-type: square;
	list-style-image: none;
}
		
ul li {
	margin: 0;
	border: 0;
	padding: 0;
}

ol {
	margin: 0 0 1em 0;
	border: 0;
	padding: 0;
	list-style-type: decimal;
	list-style-image: none;
}
		
ol li {
	margin: 0;
	border: 0;
	padding: 0;
}
