html { 
  color:#333;
  background:#fff;
}

body {
  text-align:center;
  font-family:verdana, arial, sans-serif;
  color:#333;
  background:#fff;
  padding:0;
  border:0;
  margin:0 0 0 0;
}

.bluetext {
	 color: Navy;
}

A, A:visited, A:link, A:active {
  color:#039;
  text-decoration:none;
}

A:hover {
  color:#f90;
  text-decoration:none;
}

p {
  text-align:justify;
  line-height:1.3em;
  font-family: verdana, arial, sans-serif;
  margin-top:0;
}

p.orange {
  color:#f90;
  text-align:left;
  line-height:1.3em;
  font-family: verdana, arial, sans-serif;
  margin-top:0;
}

p.blue {
  color:#039;
  text-align:left;
  line-height:1.3em;
  font-family: verdana, arial, sans-serif;
  margin-top:0;
}

td.dark {
  text-align:left;
  color:#333;
  font-size:0.6em;
  padding:8;
  background:#fff;
}

td.leftpanel {
  text-align:left;
  color:#039;
  font-size:0.6em;
  padding:8;
  background:#fff;
}

td.section {
  text-align:center;
  background:#fff;
  font-size:1em;
  padding:1;
}

td.activesection {
  text-align:center;
  background:#f90;
  color:#039;
  font-size:1em;
  padding:1;
}

td.little {
  text-align:left;
  color:#333;
  background:#fff;
  font-size:0.7em;
  padding:5;
}

td.normal {
  text-align:left;
  color:#333;
  background:#fff;
  font-size:0.8em;
  padding:5;
}

td.greyed {
  text-align:left;
  color:#000;
  background:#ccc;
  font-size:0.8em;
  padding:3;
}

td.legal {
  background:#fff;
  text-align:center;
  color:#666;
  font-size:0.6em;
}

td.hush {
  text-align:right;
  background:#fff;
  font-size:0.5em;
  color:#ccc;
}

ul {
  list-style-type: circle;
  color:#f90;
}

ol {
  list-style-type: decimal;
  color:#f90;
}

li {
  color:#039;
}

dl {
  color:#f90;
}

dd {
  color:#333;
}

div.nav {
  background:#fff;
  text-align:center;
  vertical-align:top;
  color:#000;
  font-size:0.6em;
  font-weight:bold;
}

h2 {
  font-size:1.4em;
  font-weight:bold;
  color:#039;
}
