body {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 10pt;
  color: black;
  background-color: #ffffff;
  margin: 1ex;
}
pre {
  font-family: monospace, courier;
  font-size: inherit;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  border-color: #cdc092;
  width: 95%;
  background-color: #eeeecc;
  font-style: normal;
}
hr {
    border: 0;
    height: 1px;
    width: 100%;
    background: #111111;
}
hr.color {
    border: 0;
    height: 1px;
    width: 100%;
    background: #00aa77;
}
pre.small {
  font-family: monospace, courier;
  font-size: 90%;
/*  font-size: 12px; */
  margin-top: 5px;
  margin-bottom: 5px;
}
samp {
  font-family: monospace, courier;
  font-size: inherit;
  font-weight: 600;
  color: #00aa77;
}
tt {
  font-family: monospace, courier;
  font-size: inherit;
  font-weight: 600;
  color: #55aa00;
}
code {
  font-family: monospace, courier;
  font-size: inherit;
}
code.input {
  font-family: monospace, courier;
  font-size: inherit;
  color : green;
}
code.note {
  font-family: monospace, courier;
  font-size: inherit;
  font-style: italic;
  color : #aa5555;
}
a:link { 
  font-weight: bold;
  text-decoration: none;
  color: #990000;
  background-color: inherit;
}
a:visited { 
  font-weight: bold;
  text-decoration: none;
  color: #995555;
  background-color: inherit;
}
a:active {
  border: 1px;
}
a:hover { 
  font-weight: 600;
  color: #cccc99;
  background-color: #aa5555;
}
a img { border-width: 0; border-style: none }
th {
         font-family : Arial,Helvetica,Times;
         font-size : 10pt;
         color : black;
}
th.left {
	text-align : left;
}
td { 
         font-family : Arial,Helvetica,Times;
         font-size : 10pt; 
         color : black;
}
div { 
         font-family :  Arial,Helvetica,Times;
         font-size : 12pt;
	 font-weight : bold; } 
em {
  font-style: italic;
  color : #cc7700;
}
h1 {
  color: #666633;
  font-family : Arial,Helvetica,Times;
  font-size : 2em;
}
h1.center {
  text-align: center;
}
h1.line {
  color: #666633;
  background-color: transparent;
  border-top: #cccc99 2px solid;
  border-bottom: #cccc99 2px solid;
  padding-left: 8px;
  margin: 1ex 0px 1ex 0px; /* top right bottom left */
}
h2 { 	
  color: #666633;
  background-color: transparent;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 8px;
  margin: 1ex 0px 1ex 0px; /* top right bottom left */
}
h2.center {
  text-align: center;
}
h2.line {
  color: #666633;
  background-color: transparent;
  border-top: #cccc99 2px solid;
  border-bottom: #cccc99 2px solid;
  padding-left: 8px;
  margin: 1ex 0px 1ex 0px; /* top right bottom left */
  font-size: 1.5em;
  font-weight: bold;
}
h3 {
  color: #666633;
  background-color: transparent;
  border-top: #cccc99 2px solid;
  border-bottom: #cccc99 2px solid;
  padding-left: 8px;
  font-size: 1em;
  margin: 1ex 0px 1ex 0px; /* top right bottom left */
}
h4 {
  color: #666633;
  background-color: transparent;
  border-top: #cccc99 2px solid;
  border-bottom: #cccc99 2px solid;
  padding-left: 8px;
  margin: 1ex 0px 1ex 0px; /* top right bottom left */
}
h5 {
  color: #666633;
  background-color: transparent;
/*  border-top: #cccc99 2px solid;
  border-bottom: #cccc99 2px solid; */
  padding-left: 8px;
  margin: 1ex 0px 1ex 0px; /* top right bottom left */
}
li {
	font-family : Arial,Verdana,Helvetica,Times;
	font-size : 10pt;
        color : black;
        padding: 2px;
}
p {
  margin-top: 0.5ex;
  margin-bottom: 1ex;
}
ul {
  margin-top: 0.5ex;
  margin-bottom: 1ex;
}
.underline {
	text-decoration: underline;
}
img { background-color: transparent;
}
img.withBorder {
  border: 2px solid #c60;
  padding: 4px;
}
img.smaller { background-color: transparent; width: 75% }
img.halfplus { background-color: transparent; width: 60% }
img.half { background-color: transparent; width: 45% }
img.third { background-color: transparent; width: 33% }
img.quarter { background-color: transparent; width: 22% }
img.sixth { background-color: transparent; width: 15% }
table {
  padding: 0;
  border-style: hidden;
/*  margin: 1.5em 1.0em 0.5em 1.0em; */
}
table.inline {margin-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   margin-right: 0;
   padding: 0;
   display: inline-table;
   vertical-align: middle}
table.border {
  border-style: solid;
  border-width: 0.5px;
  border-spacing: 0px;
}
table.redborder {
  border-style: solid;
  border-width: 0.5px;
  border-spacing: 0px;
  border: 1px solid red;
}
td {
  padding: 1px;
}
td.center {
  padding: 1px;
  text-align: center;
}
td.right {
  padding: 1px;
  text-align: right;
}
td.one {
  padding: 0ex;
  text-align: center;
  width: 1em;
}
td.gold {font-size: 70%; background-color: #cccc99;}
td.garnet {font-size: 70%; background-color: #660000;}
td.oscolor {font-size: 70%; background-color: #bbbbff;}

table.gold {background-color: #cccc99;}
table.garnet {background-color: #660000;}
table.oscolor {background-color: #bbbbff;}

table.border td,th {
  border-width: 0.5px;
  border-style: solid;
}  

table.fraction {margin-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   margin-right: 0;
   padding: 0;
   display: inline-table;
   vertical-align: middle}
table.fraction td,th {
  border-width: 0.5px;
  text-align: center;
}  

.smaller { font-size: smaller; line-height: 100%; }
.smaller p {padding-top: 0em; padding-bottom: 0em; margin-top: 0.5em; margin-bottom: 0.5em}
smaller table {padding-top: 0em; padding-bottom: 0em; margin-top: 0.5em; margin-bottom: 0.5em}

.red { color: red }
.Red { color: red; font-weight: bold;}
.blue { color: blue }
.Blue { color: blue; font-weight: bold;}
.green { color: green }
.Green { color: green; font-weight: bold;}
.orange { color: orange}
.Gold {color: #cccc99; font-weight: bold}
.gold {color: #cccc99}
.Garnet {color: #660000; font-weight: bold}
.garnet {color: #660000;}
.tentative {color: #00cc00; font-style: italic;}
iframe.seamless {border: none;}
.rotate90 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

