/* --------------------------------------------------------------------------
   Fonts
   -------------------------------------------------------------------------- */

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-ExtraBold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	}

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-ExtraBoldItalic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
	}

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-MediumItalic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
	}

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-Regular.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	}

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-RegularItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	}

/* --------------------------------------------------------------------------
   Main
   -------------------------------------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Metropolis, "Futura Std", sans-serif;
	font-size: 8pt;
	text-align: center;
	line-height: 1.5em;
	}

#BodyContent {
	text-align: left;
	padding: 1em 3em;
	}

header {
	margin: 0;
	padding: 0;
	}

header img {
	margin: 0;
	padding: 0;
	width: 100%;
	}

h1 {
	color: black;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 24pt;
	text-transform: uppercase;
	}

h2 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 18pt;
	line-height: 1em;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 2pt solid black;
	}

h3 {
	font-size: 14pt;
	line-height: 1.2em;
	margin-bottom: 8pt;
	}

/*
li {
	page-break-inside: avoid;
	}
*/

a:link    { text-decoration: none; color: maroon }
a:visited { text-decoration: none; color: maroon }
a:hover   { text-decoration: none; color: maroon }
a:active  { text-decoration: none; color: maroon }

abbr[title] {
	border-bottom: none;
	text-decoration: none;
	}

table {
	width: 100%;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	}

table caption {
	font-weight: bold;
	text-align: left;
	font-size: 14pt;
	line-height: 1.2em;
	}

.ColumnDevelopmentStatus {
	width: 120px;
	}

.AlignRight {
	text-align: right;
	}

tr {
	page-break-inside: avoid;
	}

th {
	text-align: left;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1em;
	page-break-inside: avoid;
	}

td {
	border-top: 1px solid gray;
	vertical-align: top;
	padding: 0.2em;
	page-break-inside: avoid;
	}

td ul {
	padding: 0 1em;
	margin: 0;
	}

.layoutTable {
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
	}

.layoutTable tr {
	padding: 0;
	margin: 0;
	}

.layoutTable tr td {
	border: none;
	padding: 0;
	margin: 0;
	}

hr {
	display: block;
	border: 0;
	border-top: 1px dotted black;
	margin: 2em 0;
	padding: 0;
	}

.NoteLesser {
	margin-top: -0.1em;
	padding: 0;
	font-size: 6pt;
	font-weight: 300;
	line-height: 1.4em;
/*	color: #666; */
	}

.Note {
	font-size: 6pt;
	line-height: 1.4em;
	padding-right: 0;
	}

.Model {
	font-size: 10pt;
	font-weight: bold;
	}

.tinyImage {
	padding-left: 0.5em;
	float: right;
	}
/*

p a:after, li a:after, td a:after {
	content:" <" attr(href) "> ";
	font-size: 0.8em;
	font-weight: 300;
	color: gray;
	}

*/

#Menu { display: none; }



