/* Font Definitions */
@font-face {
	font-family: "Comic Sans MS";
	panose-1: 3 15 7 2 3 3 2 2 2 4;
}
/* Style Definitions */
body {
	background: white;
	color: black;
	font-family: "Comic Sans MS", sans-serif;
}
p, blockquote, ol, ul, li, 
table, tr, td, th {
	background: transparent;
	color: black;
	font-size: 12pt;
	font-family: "Comic Sans MS", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
td, th { 
	vertical-align: top;
}
.notes, .notes p {
	font-size: 10pt;
}
.flyer, .flyer p {
	background: transparent;
	color: fuchsia;
	font-size: 12pt;
	font-family: "Comic Sans MS", sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 12pt 0pt;
	font-family: "Comic Sans MS", sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
}
.hCenter { text-align: center; }
.hLeft   { text-align: left; }
.cover, .cover * {
	margin: 0pt auto;
	text-align: center;
}
h1 {
	background: transparent;
	color: red;
	font-size: 48pt;
}
h2 {
	background: transparent;
	color: blue;
	font-size: 36pt;
}
h3 {
	background: transparent;
	color: fuchsia;
	font-size: 14pt;
}	
a { background: transparent; color: black; }
a[href] { text-decoration: underline; }
a:link { background: transparent; color: teal; }
a:visited { background: transparent; color: green; }
a:active, a:hover { background: transparent; color: olive; }
img, a img, img a { border: none; }
.colxFull { width: 100%; text-align: center; }
.colxIcon  { width:  12.5%; text-align: center; }
.colxLabel { width:  37.5%; text-align: center; }
.colx1of4 { width:  25%; text-align: center; }
.colx2of4 { width:  50%; text-align: center; }
.colx3of4 { width:  75%; text-align: center; }
.colx4of4 { width: 100%; text-align: center; }
/* Page Definitions */
@page usLetter {
	size: 8.5in 11.0in; /* // 215.9mm 279.4mm; */
	margin: 1.0in 1.25in 1.0in 1.25in; /* // 254mm 317.5mm; */
}
div.usLetter { page: usLetter; }
@page isoA4 {
	size: 210mm 297mm; /* // 8.2677in 11.6929in; */
	margin: 254mm 317.5mm 254mm 317.5mm; /* // 1.0in 1.25in; */
}
div.isoA4 { page: isoA4; }
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { width: 6.0in; margin: auto auto; }
} /* // @media screen */

