*
{
 font-family: Verdana, Arial CE, Helvetica;
 font-size: 8pt;
 color: black;
 vertical-align: top;
}

BODY
{
 font-family: Verdana, Arial CE, Helvetica;
 color: black;
 margin: 5pt;
 background-color: white;
 /*height: 100%;*/
}

H1
{
 color: black;
 text-align: center;
 font-size: 14pt;
 font-weight: bold;
}

A
{
 color: black;
 font-weight: normal;
 text-decoration: none;
}

A:hover
{
 color: red;
 text-decoration: underline;
}

A.zm
{
 color: black;
 font-weight: bold;
 text-decoration: none;
}

A.zm:hover
{
 color: red;
 font-weight: bold;
 text-decoration: underline;
}

PRE
{
 font-family: courier; 
 color: black;
 font-size: 8pt;
}


td
{
vertical-align: top;
}


table.result
{
 background-color: white;
 padding: 0px;
 border-collapse: collapse;
 border-style: solid;
 border-color: ButtonShadow;
 border-width: 2px;

}

th.result
{
 vertical-align: top;
 text-align: left;
 padding: 1px;
 margin: 0px; 
 border-width: 1px;
 border-style: solid;
 border-color: ButtonShadow;
 background-color: #a0ffa0;
 border-spacing: 10px;
 white-space: nowrap;
}

tr.result
{
 color: black;
 TEXT-DECORATION: none;
}

tr.result-sel
{
 color: black;
 TEXT-DECORATION: none;
 font-weight: bold; 
 border: 2px solid bold; 
 border-width: 4px;
}

tr.result:hover
{
 color: black;
 TEXT-DECORATION: none;
 background-color: #d0d0ff;
}

td.result
{
 vertical-align: top;
 padding: 1px;
 margin: 0px; 
 border-width: 1px;
 border-style: solid;
 border-color: ButtonShadow;
 border-spacing: 10px;
}

