h1,h2,h3,hr
{
font-family: arial, 'sans serif';
color:navy;
}

p,table,td,li,address
{
font-family: arial, 'sans serif';
color:navy;
}
td {
  font-size: 10pt;
}

li
{
font-size: 9pt;
}

th {background-color:#FAEBD7}

body
{
background-color: #ffffff;
}


a:link    {color:navy}
a:visited {color:navy}
a:active  {color:red}
a:hover   {color:red}
.tiny {
  font-size:8pt;
}


.odisp {
  border:1px orange solid;
  background-color: white;
  border-collapse: collapse;
  padding: 5px;
}

.bdisp {
  border:1px navy solid;
  background-color: white;
  border-collapse: collapse;
  padding: 5px;
}

.button {
  border:3px #006699 outset;
}
img.button:hover {
  border:3px #FFFF66 outset;
}
img.button:active {
  border:3px #006699 inset;
  border-bottom-width: 2px;
  border-top-width: 4px;
  border-left-width: 4px;
  border-right-width: 2px;
}

.popup {
  border:2px outset;
  background-color:silver;
  font-size:9pt;
  font-family:arial 'san serif';
  color:black;
  width:60%;
  position:absolute;
  visibility:hidden;
  left:0;
  top:0;
  overflow:visible;
}
h1.popup     {color:black}
h2.popup     {color:black}
h3.popup     {color:black}
hr.popup     {color:black}
p.popup      {color:black}
li.popup     {color:black}
td.popup     {color:black}
th.popup     {background-color:blue; color:white; text-align:left}
a.popup:link    {color:blue}
a.popup:visited {color:blue}

