﻿body {
	color: #000000;
	padding: 12pt 0;
	border: none;
	width: 100%;
}

header	{
	padding-top: 0;
	
}

h1	{
	font-size: 24pt;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	border: none;
	
}

h1 a	{
	text-decoration: none;
}

#navigation, #menu, #skip 	{
	display: none;
}	
	
#content	{
	clear: both;
}	

h2	{
	font-size: 18pt;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	margin: 6pt;
	text-align: center;
}

h3	{
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 6pt;
}	

a, a:hover, a:active, a:visited	{
	color: #000000;
}	

#content a 	{
	text-decoration: underline;
}	

figure	{
	width: 60%;
	margin: 10pt auto;
	page-break-inside: avoid;
}

figcaption	{
	margin-top: 6pt;
	font-size: 90%;
}	

img	{
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
}

#copyright	{
	margin-top: 20pt;
	text-align: center;
}	

	
	
