@import url("Fancy.css");

body { 
  width: 850px;
  background-color: #000000; 
  font-family: Calibri, Sans-Serif; 
  font-size: medium; 
  color: #ffffff; 
  margin-left: 2em; 
  margin-right: 2em }
  
table, th, td { 
  color: #fff; 
  border-collapse: collapse; 
  border-color: #bbbbbb }

table.highlight {
  background-color: #fdfdfd;
  border-color: #cdcdcd;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse; 
  font-size: 1em;
  font-weight: normal;
   }

table.commons {
  background-color: #f0f0f0;
  border-color: #cdcdcd;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse; 
  font-size: 0.85em;
  font-weight: bolder }

td.menu { 
  text-align: left; 
  width: 110px; 
  vertical-align: top; 
  background-color: #f0f0f0; 
  color: #00008b; 
  font-size: 0.85em; 
  padding-left: 5px; 
  padding-top: 10px }

td.links { 
  font-size: 0.85em; 
  padding-left: 5px; 
  padding-right: 5px; 
  background-color: #000000; 
  color: #ffffff }
  
td.Leif {
  text-align: center}
  
td class="cdrDur" {
  text-align: right;
   } 

p { 
  margin-top: 0.5em; 
  margin-bottom: 0.5em }

p.nopadding { 
  margin-top: 0.1em; 
  margin-bottom: 0.1em }

p.indent { 
  margin-left: 1.5em; 
  margin-right: 1.5em }

p.title { 
  margin-top: 1em; 
  margin-bottom: 0.5em; 
  font-weight: 800 }

img { 
  border: 0px }

h1 { 
  font-size: 1.4em; 
  font-weight: bold; 
  color: #fff }

h2 { 
  font-size: 1.25em; 
  font-weight: bold; 
  color: #fff }

h3 { 
  font-size: 1.1em; 
  font-weight: bold; 
  color: #fff }

ol.number {
  list-style: decimal; 
  list-style-position: outside }

ol.letter {
  list-style: upper-alpha;
  list-style-position: outside }

hr {
  color: #eeeeee;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: 100 }

.aLeft {
  text-align: left;
  vertical-align: top }
  
.aRight {
  text-align: right;
  vertical-align: top }
  
.aLeftBottom {
  text-align: left;
  vertical-align: bottom }
  
.aRightBottom {
  text-align: right;
  vertical-align: bottom }
  
.vPadded {
  padding-top: 50px;
  padding-bottom: 10px;
  padding-left: 10px }

.blue { 
  color: #ff0000 }

.bold {
  font-weight: bold }

.underline {
  text-decoration: underline;
}
.UnderBold {
  text-decoration: underline;
  font-weight: bold }

.warn {
  font-size: 0.85em; 
  font-weight: bold;
  color: Navy }
  
.header {
  background-color: #eeeeee;
  font-weight: bold }
  
 
a:link { font-weight: normal;
         color: #c0c0c0; 
         font-size: 3; }
         
a:active { color: #ffffff; }

a:visited { color: #ffffff; }
         