@font-face {
	font-family: "Brush Script MT";
}

@font-face {
	font-family: "Trebuchet MS";
	panose-1: 2 11 6 3 2 2 2 2 2 4;
}

body {
	background: #003200;
	color: #ffffff;
	font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}

p {
  font-size: 150%;
  line-height: 170%;
}

div, p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent;
	color: #ffffff;
	font-family: "Comic Sans MS", sans-serif;
}
table, tr, td, th { 
	background: transparent;
	color: #ffffff;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
}
h1, h2, h3 {
	background: transparent;
	color: #ffffff;
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
}
h1 {
	color: #ffffff;
	font-size: 4.5em;
	font-weight: normal;
}
h2 {
	font-size: 200%;
	margin-bottom: 0.75in;
	color: #ffffff;
}

h3 {
  font-size: 1.3em; 
}

h4, h5, h6 {
	background: transparent;
	color: #ffffff;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
}

h4 { 
font-size: 1.25em;
}
h5 {
font-size: 1.0em;
}
h6 {font-size: 0.85em;
}

.large-text {
  font-size: 2.5em;
  padding-bottom: 8px;
}

.intro {
	font-size: 1.1em;
	font-style: normal;
}
.blurb {
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
}

.tiny-text {
  font-size: 1px;
}

.indented {
  text-indent: 50px;
}

.indented-justified {
  text-indent: 50px;
  text-align: justify;
  text-justify: auto;
}

.justified {
  text-align: justify;
  text-justify: auto;
}

.centered {
	text-align: center;
}

.no-indent {
  text-indent: 0px;
}

.section-break {
	text-indent: 0px;
  text-align: center;
  font-size: 150%;
  font-weight: normal;
}

.text-msg {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

a {
	background: transparent;
	color: #ffffff; 
}
a[href] {
  text-decoration: none; 
	font-size: 1.0em;
}
a:link {
	background: transparent;
	color: #ccffff; 
	text-decoration: none;
}
a:visited {
	background: transparent;
	color: #ccffff; 
	text-decoration: none; 
}
a:active, a:hover {
	background: transparent;
	color: #cc0000; 
	text-decoration: none; 
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	background-color: transparent;
	color: #ffffff;
  border: 1px solid #cccccc;

}
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;
}

.page hr {
	height: 1px;
	background: #ccffcc;
	color: #cccccc;
}

.page #picture {
	text-align: center;
	max-width: 960px;
	height: auto;
	width: auto;
}

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

/* 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; }
div.page { picture: usLetter; }
@media print {
	div.page { 
		page: usLetter; 
	}
} /* @media print */
@media screen {
	div.page { 
		margin: auto auto;
		width: 100%; 
    max-width: 960px;
		page: usLetter; 
	}
} /* @media screen */
