BODY { background: #000000; background-image: url(bg.jpg); background-repeat: no-repeat; }

FONT.p48_white { font-size: 50pt; color: #FFFFFF; font-family: "Palatino Linotype" }
FONT.p48_black { font-size: 50pt; color: #000000; font-family: "Palatino Linotype" }
FONT.p48_musta { font-size: 50pt; color: #DAA520; font-family: "Palatino Linotype" }


FONT.a24_white { font-size: 24pt; color: #FFFFFF; font-family: "Arial" }
FONT.a24_black { font-size: 24pt; color: #000000; font-family: "Arial" }
FONT.a24_musta { font-size: 24pt; color: #DAA520; font-family: "Arial" }

FONT.a18_white { font-size: 18pt; color: #FFFFFF; font-family: "Arial" }
FONT.a18_black { font-size: 18pt; color: #000000; font-family: "Arial" }
FONT.a18_musta { font-size: 18pt; color: #DAA520; font-family: "Arial" }

FONT.a14_white { font-size: 14pt; color: #FFFFFF; font-family: "Arial" }
FONT.a14_black { font-size: 14pt; color: #000000; font-family: "Arial" }
FONT.a14_musta { font-size: 14pt; color: #DAA520; font-family: "Arial" }

FONT.a12_white { font-size: 12pt; color: #EEDDBB; font-family: "Arial" }
FONT.a12_black { font-size: 12pt; color: #000000; font-family: "Arial" }
FONT.a12_musta { font-size: 12pt; color: #DAA520; font-family: "Arial" }

FONT.a10_white { font-size: 10pt; color: #FFFFFF; font-family: "Arial" }
FONT.a10_black { font-size: 10pt; color: #000000; font-family: "Arial" }
FONT.a10_musta { font-size: 10pt; color: #DAA520; font-family: "Arial" }

FONT.a08_white { font-size:  8pt; color: #FFFFFF; font-family: "Arial" }
FONT.a08_black { font-size:  8pt; color: #000000; font-family: "Arial" }
FONT.a08_musta { font-size:  8pt; color: #DAA520; font-family: "Arial" }

FONT.a07_white { font-size:  7pt; color: #FFFFFF; font-family: "Arial" }
FONT.a07_black { font-size:  7pt; color: #000000; font-family: "Arial" }
FONT.a07_musta { font-size:  7pt; color: #DAA520; font-family: "Arial" }

FONT.t24_white { font-size: 24pt; color: #FFFFFF; font-family: "Times Roman" }
FONT.t24_black { font-size: 24pt; color: #000000; font-family: "Times Roman" }
FONT.t24_musta { font-size: 24pt; color: #DAA520; font-family: "Times Roman" }

A.a10a         { color:           #B87333;
                 font-family:     "Arial";
                 font-size:       10pt;
                 font-weight:     bold;
                 text-decoration: none }
A.a10a:hover   { color:           #990000;
                 font-family:     "Arial";
                 font-size:       10pt;
                 font-weight:     bold;
                 text-decoration: none }
 
A.a10b         { color:           #CD2626;
                 font-family:     "Arial";
                 font-size:       10pt;
                 font-weight:     bold;
                 text-decoration: none }
A.a10b:hover   { color:           #2F8F59;
                 font-family:     "Arial";
                 font-size:       10pt;
                 font-weight:     bold;
                 text-decoration: none }
 
A.a10c         { color:           #DAA520;
                 font-family:     "Arial";
                 font-size:       14pt;
                 font-weight:     bold;
                 text-decoration: none }
A.a10c:hover   { color:           #2F8F59;
                 font-family:     "Arial";
                 font-size:       14pt;
                 font-weight:     bold;
                 text-decoration: none }

A.a12a         { color:           #B87333;
                 font-family:     "Arial";
                 font-size:       12pt;
                 font-weight:     bold;
                 text-decoration: none }
A.a12a:hover   { color:           #990000;
                 font-family:     "Arial";
                 font-size:       12pt;
                 font-weight:     bold;
                 text-decoration: none }
 
A.a12b         { color:           #CD2626;
                 font-family:     "Arial";
                 font-size:       12pt;
                 font-weight:     bold;
                 text-decoration: none }
A.a12b:hover   { color:           #2F8F59;
                 font-family:     "Arial";
                 font-size:       12pt;
                 font-weight:     bold;
                 text-decoration: none }

A.a10c         { color:           #DAA520;
                 font-family:     "Arial";
                 font-size:       12pt;
                 font-weight:     bold;
                 text-decoration: none }
A.a10c:hover   { color:           #2F8F59;
                 font-family:     "Arial";
                 font-size:       12pt;
                 font-weight:     bold;
                 text-decoration: none }

A.a12d         { color:           #FFFF00;
                 font-family:     "Arial";
                 font-size:       12pt;
                 font-weight:     bold;
                 text-decoration: none }
A.a12d:hover   { color:           #BB0000;
                 font-family:     "Arial";
                 font-size:       12pt;
                 font-weight:     bold;
                 text-decoration: none }


.popup
{
   position:absolute; left:50; top:-100; width:300;
   border-style:solid;
   border-width:4;
   border-color:#DAA520;
   background-color:FF0000;
   padding: 5px;
   color: 2F8F59;
   font-family: Arial;
   font-weight: bold;
   font-size: 10pt;
   z-index:2;
   visibility:hidden;
}

</style>

<script language="JavaScript">

function ShowPop(id)
{
   document.getElementById(id).style.visibility = "visible";
}
function HidePop(id)
{
   document.getElementById(id).style.visibility = "hidden";
}

</script>