body {
	background: #ffffff;
	color: black;
	font-size: 1.1em;
}

div, p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent;
	color: #2c180e;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size: 1.0em;
}
table, tr, td, th { 
	background: transparent;
	color: black;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
}
h1, h2, h3, h4 {
	background: transparent;
	color: black;
	margin: 12pt 0pt 3pt 0pt;
	text-align: center;
	font: normal 1.0em Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-weight: bold;
	color: #5d4421;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}


h1 {
	color: #2c180e;
	font-size: 3em;
	font-weight: bold;
}
h2 {
	font-size: 1.35em;
	margin-bottom: 0.75in;
	color: #2c180e;
}
h5, h6  {
	background: transparent;
	color: black;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
}
h5 { font-size: 1.0em; }
h6 { font-size:  0.83em; }

p {
	font-size: 1.0em;
	margin: 0 10px 0 10px;
}

.intro {
	font-size: 0.9em;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:link {
	background: transparent;
	color: #0000ff; 
	text-decoration: underline; 
}
a:visited {
	background: transparent;
	color: #660066; 
	text-decoration: underline; 
}
a:focus, a:hover, a:active {
	background: transparent;
	color: #ea0000; 
	text-decoration: underline; 
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	border: 0.75pt solid #663300;
	background-color: #9092a7;
	color: black;
}
ol.horizontal, ul.horizontal {
	display: block; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}
ol.horizontal li, ul.horizontal li {
	display: inline; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}

.notes {
	margin: 12pt 20%;
	text-align: center;
	border: 0.75pt solid #663300;
	background-color:#CCCCFF;
}

/* Page Definitions */

@page usLetter {
	size: 8.5in 11.0in; /* // 215.9mm 279.4mm; */
	margin: 1.0in 1.0in; /* // 254mm 254mm; */
}
div.usLetter { page: usLetter; }
@page isoA4 {
	size: 210mm 297mm; /* // 8.2677in 11.6929in; */
	margin: 254mm 254mm; /* // 1.0in 1.0in; */
}
div.isoA4 { page: isoA4; }
@media print {
} /* @media print */
@media screen {
	div.page {
	margin: auto auto;
	width: 80%;
	page: usLetter;
	font-size: 1.1em;
	background: #c4c6db;
	}
} /* @media screen */
hr {
	height: 4px;
	background: #9092A7;
	color: #9092A7;
}
