.bg00 { background:#540000; } .bg01 { background:#fefff2; } .bg02 { background:#f7ff9e; } .bg03 { background:#ff0000; } .bg04 { background:#0000ff; } .bg05 { background:#ffffff; } .bg06 { background:#540054; } .bg07 { background:#ff00ff; } .bg08 { background:#1e8a8d; } .bg09 { background:#e3ecff; } .bg10 { background:#0060c0; } .bg11 { background:#229cf2; } .bg12 { background:#d7a539; } .bg13 { background:#b8b35d; } .bg14 { background:#E07D9A; } .bg15 { background:#EC92DA; } .fg00 { color:#540000; } .fg01 { color:#fefff2; } .fg02 { color:#f7ff9e; } .fg03 { color:#ff0000; } .fg04 { color:#0000ff; } .fg05 { color:#ffffff; } .fg06 { color:#540054; } .fg07 { color:#ff00ff; } .fg08 { color:#1e8a8d; } .fg09 { color:#e3ecff; } .fg10 { color:#0060c0; } .fg11 { color:#229cf2; } .fg12 { color:#d7a539; } .fg13 { color:#b8b35d; } .fg14 { color:#E07D9A; } .fg15 { color:#EC92DA; } 
body {
height:100%;
left:0; top:0; width:100%; border:0; padding:0; margin:0;
background:#540000;
font: small Arial, Tahoma, Verdana, sans-serif; color: #444;
line-height:1.7;
text-decoration:none;
text-transform:none;
}

span { line-height:1.7; }

h1 { margin:0.5em 0 1em 0; }

h2 { margin:0; padding:0.5em; line-height:1.5; font-size:large; font-weight:normal; background:#e3ecff; color:#666; }

h3 { margin:0; color:#b8b35d; font-size:medium; }

h4 { margin:0; color:#b8b35d; font-size:x-small; font-weight:normal; }

hr { width:40%; height:0; border-style:dashed; border-width:1px 0 0 0; border-color:#666 }

.sidehead { color:#ff00ff; font-size:large; font-weight:bold; }

.opacity70 { filter:alpha(opacity=70); opacity:0.7; }

.rpad { padding:0px 8px 8px 0px; }

A.gl1:link { color:#0060c0; text-decoration:none; }
A.gl1:visited { color:#0060c0; text-decoration:none; }
A.gl1:active { color:#0060c0; text-decoration:none; }
A.gl1:hover { color:#229cf2; text-decoration:none; }

A.gl2:link { color:#d7a539; text-decoration:none; font-weight:bold; }
A.gl2:visited { color:#d7a539; text-decoration:none; font-weight:bold; }
A.gl2:active { color:#d7a539; text-decoration:none; font-weight:bold; }
A.gl2:hover { color:#b8b35d; text-decoration:none; font-weight:bold; }

A.gl3:link { color:#E07D9A; text-decoration:none; font-weight:bold }
A.gl3:visited { color:#E07D9A; text-decoration:none; font-weight:bold }
A.gl3:active { color:#E07D9A; text-decoration:none; font-weight:bold }
A.gl3:hover { color:#EC92DA; text-decoration:none; font-weight:bold; }

A.gl4:link { color:#E07D9A; text-decoration:none; }
A.gl4:visited { color:#E07D9A; text-decoration:none; }
A.gl4:active { color:#E07D9A; text-decoration:none; }
A.gl4:hover { color:#EC92DA; text-decoration:none; }

.tooltip { position:absolute; width:235px; visibility:hidden; z-index:100; }

a.info{ z-index:24; color:#0000ff; text-decoration:none; }

a.info:hover { z-index:25; }
a.info span { display:none }

a.info:hover span {
display:block; position:absolute;
top:25px; left:0px; width:28em;
border-top:0.3ex dashed #fefff2; border-bottom:0.3ex dashed #fefff2;
background:#ffffd8; color:black; padding:12px;
text-align:left; font-family:arial, sans-serif; font-size:xx-small; font-weight:normal; font-style:normal;
line-height:1.35; text-decoration:none; text-transform:none;
filter:alpha(opacity=95); -moz-opacity:0.95; }

/* dropdown */
#dropdown,
#dropdown * {margin:0; padding:0;}
#dropdown {position:relative; background:#f7ff9e no-repeat 100% 50%; width:50em; max-width:100%; float:left; border:0;
}

/* sub-menu ULs */
#dropdown li ul {
width:8em !important;
cursor:default;
position:absolute;
height:auto;
display:none;
left:-8px;
padding:1px 8px 8px 8px;
}

/* All LIs */
#dropdown li {
position:relative;
width:10em;
cursor:pointer;
float:left;
list-style-type:none;
font-weight:bold;
}

/* sub-menu LIs */
#dropdown li ul li {
width:10em;
padding:0;
border:none;
border:0 0 0 4px;
max-width:120%;
border:0;
}

/* All anchors */
#dropdown li a {
cursor:default;
border-left:0;
text-decoration:none;
display:block;
float:left;
padding:0 .4em;
height:2em;
line-height:2em;
}

/* sub-menu Anchors */
#dropdown li ul li a {
width:11em;
position:relative !important;
cursor:pointer !important;
white-space:nowrap;
line-height:2em;
height:2em;
font-weight:normal;
border:0;
color:#fefff2;
background:#fff5f5;
background-position:0 50% !important;
}

#dropdown ul a:hover,
#dropdown ul a:focus,
#dropdown ul a:active {color:#fff !important;background:#b76e6b}
#dropdown li:hover ul,
#dropdown li.msieFix ul {display:block;z-index:10;top:2em !important;}
