﻿body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
  /* max-width: 800px; */
}

.Header {
  background-color: #7695FE;
  border: thin #336699 solid;
  padding: 10px;
  margin: 10px;
  text-align: center;
}

.Header h1 {
  margin: 0px;
  color: white;
  font-size: xx-large;
}

.Header .Teaser {
  margin: 0px;
  font-weight: bold;
}

.Header .Byline {
  font-style: italic;
  font-size: small;
  margin: 0px;
}

.Content {
  font-size: medium;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 120%;
}

.Content .LeadIn {
  font-weight: bold;
  font-size: large;
  font-variant: small-caps;
}

.Content h2 {
  color: #24486C;
  margin-bottom: 2px;
  font-size: medium;
}

.Content p {
  margin-top: 0px;
}

.Footer {
  text-align: center;
  font-size: x-small;	
}

.Footer .Disclaimer {
  font-style: italic;
}

.Footer p {
  margin: 3px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}

table th {
    background-color: Aquamarine;
}

/* 
   http://www.w3.org/Style/Examples/007/evenodd.en.html
*/ 
table tr:nth-child(5n+1) {
    background-color: Gainsboro;
}

table col:nth-child(2) {
    background-color: Beige;
    font-family: '&#27161;&#26999;&#39636;';
    font-size: 5;
    color: 'Blue';
}
