BODY { /* Background and margins */
  background-color: #F0F0E0; 
  margin: 0px;
  padding: 0px; 
  border-width: 0px; 
  font-family: sans-serif;
}

TABLE.master {
  width: 100%;
  height: 100%;
  margin: 0px;
  border-width: 0px; 
  vertical-align: middle;
}

TABLE.inline {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}


H1 { /* Page titles (top) */
  font-weight: bold;
  font-size: 18px;
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #000080
}

H2 { /* Subtitle in-text */
  font-weight: bold;
  font-size: 14px;
  font-family: sans-serif;
  color: #002060;
}

SPAN.subtitle {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  font-family: sans-serif;
}

H3 { /* List items etc. that contain additional sub-text */
  font-weight: bold;
  font-size: 12px;
  font-family: sans-serif;
  color: #004040;
  margin: 0px;
  padding-bottom: 5px;
}

H3.list:before {
  content: "- ";
}

H4 { /* Headers of lists (no bold - may contain links) */
  font-weight: normal;
  font-size: 12px;
  font-family: sans-serif;
  color: #004060;
  margin: 0px;
}

BR.menu {
  font-size: 8px;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}


P { /* Most body text */
  font-weight: normal;
  font-size: 12px;
  font-family: sans-serif;
  color: #000000;
  margin: 4px;
  text-align: justify;
  text-indent: 15px;
}


TH {
  font-weight: normal;
  font-size: 9px;
  font-family: sans-serif;
  text-align: left;
  border-style: none none solid none; 
  border-width: 1px; 
  border-color: black black #4682b4 black; 
}

TD { /* Body text in tables */
  font-weight: normal;
  font-size: 12px;
  font-family: sans-serif;
  color: #000000;
  margin: 3px;
  text-align: left;
}

TD.topbar { /* Defines look of a top (title) bar */
  background-color: #DDDDDD; 
  vertical-align: top;
  width: 90%;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  font-weight: bold;
  font-size: 20px;
  font-family: sans-serif;
  border-top: medium double #000080;
  border-bottom: medium double #000080;
}

TD.leftbar { /* Defines witdh of a left (menu) bar */
  background-color: #000066; 
  vertical-align: top;
  text-align: center;
  width: 10%;
}

TD.middlebar { /* Width of center section */
  vertical-align: top;
  width: 90%;
}

TD.valid {
  background-color: #000066; 
  vertical-align: bottom;
  text-align: left;
  padding-left: 5px;
  padding-bottom: 3px;
  border-width: 0px;
}

TD.copyright { /* Width of the rightmost section */
  vertical-align: bottom;
  padding: 0px;
  border-width: 0px;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
}

TD.year {
  color: #408040;
  font-weight: bold;
  vertical-align: top;
}

TD.address {
  font-weight: bold;
  font-size: 14px;
}

P.copyright { /* Bottom copyright with a line on top */
  font-weight: normal;
  font-size: 10px;
  font-family: sans-serif;
  color: #302010;
  text-align: center;
  margin-top: 50px;
  text-indent: 0px;
  border-style: solid none none none; 
  border-width: 1px; 
  border-color: #4682b4 black black black; 
}
SPAN.details {
  color: #204020;
  font-size: 8px;
}
SPAN.details:hover {
  color: #F08000;
  font-weight: bold;
}


A { /* Normal links - no color change or underline - bold only */
  color: #000040;
  text-decoration: none;
  font-weight: bold;
}
A:active { /* Color change only */
  color: #000040;
}
A:hover { /* Color change only */
  color: #F08000;
}

A.menu { /* Left menu items - text parameters */
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0000A6;
  width: 100%;
  display: block;
  margin: 0px;
  padding-left: 3px;
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #4080B0 #101010 #101010 #4080B0;
  text-align: left;
}

A.menu:active { /* Color change only */
  color: #FFFF00;
  background-color: #3060A6;
}
A.menu:hover { /* Color change only */
  color: #FFFF00;
  background-color: #3060A6;
}

A.menu_selected { /* Left menu items - text parameters */
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  text-decoration: none;
  color: #FFFF00;
  background-color: #000086;
  width: 100%;
  display: block;
  margin: 0px;
  padding-left: 3px;
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #202020 #306080 #306080 #202020;
  text-align: left;
}
A.menu_selected:active { /* Color change only */
  color: #FFFF00;
  background-color: #202086;
}
A.menu_selected:hover { /* Color change only */
  color: #FFFF00;
  background-color: #202086;
}


A.year {
  color: #408040;
  font-weight: bold;
}
A.year:active {
  color: #804080;
  font-weight: bold;
}
A.year:hover {
  color: #F08000;
  font-weight: bold;
}

A.yeardef {
  color: #408040;
  font-weight: bold;
}
A.yeardef:active {
  color: #408040;
  font-weight: bold;
}
A.yeardef:hover {
  color: #408040;
  font-weight: bold;
}

IMG.foto {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px; 
  display: block;
  border-style: solid; 
  border-width: 3px; 
  border-color: white;
}

IMG.valid {
  border-width: 0px;
}

UL {
  font-weight: normal;
  font-size: 11px;
  font-family: sans-serif;
  color: black;
}

LI.inner {
  font-weight: normal;
  font-size: 12px;
  font-family: sans-serif;
  color: black;
  margin: 0;
  list-style-type: square;
  list-style-position: outside;
}

LI {
  font-weight: normal;
  font-size: 12px;
  font-family: sans-serif;
  color: #000020;
  margin: 0;
  list-style-type: disc;
  list-style-position: outside;
}


CITE {
  font-weight: bold;
  font-style: italic;
}

CITE:before {
  content: "\201E";
}

CITE:after {
  content: "\201D";
}


EM {
  font-weight: bold;
  font-style: normal;
}


