
BODY { 
  background-color: #cfc;
  color: #000000; 
}
BODY.navbar { 
  background: #008000;
  color: #ffffff
}
BODY.logo { 
  background: #008000;
  color: #FFFFFF;
}

P { font-family: "arial"; }
P.warn {
  font-weight: bold;
  text-align: center; 
  color: #f00; 
  background-color: #fff; 
 }
P.cen {
  text-align: center; 
 }

SPAN {color: #009900; font-family: "Arial"; font-weight: normal; }
SPAN.logo {color: #00CC33; font-family: "Arial"; }
SPAN.warn {background-color: #ffffff; color: #ff0000;}

LI { font-family: "arial"; color: #000000; }
H1 { 
 color: #009; 
 font-family: "Broadway BT", "Arial"; 
 text-align: center; 
}
H1.navbar { 
 color: #fff; 
 font-family: "Broadway BT", "Arial"; 
 text-align: center; 
}
H2 { 
 color: #009; 
 font-family: "Arial"; 
 text-align: center; 
}

H3 { 
 font-family: "Arial"; 
 text-align: center; 
}
H4  {
text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px }

TABLE { border: 4px outset;
 border-collapse: separate; 
  border-spacing: 0pt 0pt; 
 background-color: #ccf; 
 empty-cells: show; 
 white-space: nowrap;
}

TABLE.logo { 
border: none; 
border-spacing: 0pt; 
background-color: #008000; 
}
TABLE.noborder { 
border: none; 
border-spacing: 0pt; 
 border-collapse: collapse; 
}
TR {
  text-align: center; 
}

TH {
  font-weight: bold;
  text-align: right; 
  color: #000; 
  background-color: #fff; 
  font-family: "Arial"; 
  font-size: 12pt; 
  padding: 1px; 
  vertical-align: middle; 
 border: thin inset #fff; 
}
TH.big {
  color: #660; 
  background-color: #ccf; 
  text-align: center; 
  font-size: 18pt; 
  border: none;
}
TH.left {
  text-align: left; 
  background-color: #ccf; 
  border: none;
}
TH.cen {
  text-align: center; 
  background-color: #ccf; 
  border: none;
  padding: 5px; 
 white-space: nowrap; 
}

TD {
  font-weight: normal;
  text-align: center; 
  color: #000; 
  font-family: Arial; 
/*  font-size: 12pt; */
  font-size: 0.8em; 
  padding: 5px; 
  vertical-align: middle; 
 border: thin inset #fff; 
 white-space: nowrap; 
  background-color: #fff; 
}
TD.noborder { 
  border:  none; 
  background-color: #008000; 
}
TD.button { 
  border:  outset 3pt #999; 
  background-color: #ffc; 
padding: 0; 
}
TD.nopadding { 
  border:  none; 
  padding: 0em; 
}
TD.ko {
  text-align: left; 
  font-size: 8pt; 
  padding: 2px; 
  white-space: nowrap;
}
TD.l {
  text-align: left; 
  vertical-align: top; 
}
TD.seed {background-color: #ffc;}

TD.small {
  font-size: 8pt; 
}

TABLE.address { 
  border: none; 
  background-color: transparent;
}
TD.address { 
  font-style: italic; 
  font-weight: normal; 
  font-size: 10pt; 
  text-align: left; 
  background-color: #cfc;
  border: none;
}
SPAN.logo {color: #00CC33; font-family: "Arial"; }

A:LINK {color: #ff3300}
A:VISITED {color: #996600}
A:ACTIVE {color: #33CC33}
A[href]         { text-decoration: underline }
A:focus          { outline: thin dotted invert }
A:hover 	{ background: #ccf }

A.logo { text-decoration: none}
A:LINK.logo {color: #ffffff}
A:VISITED.logo {color: #ffffff}
A:hover.logo { background: #00f }

A.button { text-decoration: none}

