.bg00 { background:#fffbf7; } .bg01 { background:#666; } .bg02 { background:#1fb4ff; } .bg03 { background:#0044aa; } .bg04 { background:#7196d3; } .bg05 { background:#806213; } .bg06 { background:#798363; } .bg07 { background:#a9b393; } .bg08 { background:#bfe5d0; } .bg09 { background:#e4f8e8; } .bg10 { background:#ecfff0; } .bg11 { background:#eeffff; } .bg12 { background:#b9825d; } .bg13 { background:#8c654d; } .bg14 { background:#B28162; } .bg15 { background:#D99D77; } .bg16 { background:#FFB88C; } .bg17 { background:#ff8db2; } .bg18 { background:#f49bc0; } .bg19 { background:#f0f0f0; } .bg20 { background:#; } .bg21 { background:#; } .bg22 { background:#; } .bg23 { background:#; } .bg24 { background:#; } .bg25 { background:#; } .bg26 { background:#; } .fg00 { color:#fffbf7; } .fg01 { color:#666; } .fg02 { color:#1fb4ff; } .fg03 { color:#0044aa; } .fg04 { color:#7196d3; } .fg05 { color:#806213; } .fg06 { color:#798363; } .fg07 { color:#a9b393; } .fg08 { color:#bfe5d0; } .fg09 { color:#e4f8e8; } .fg10 { color:#ecfff0; } .fg11 { color:#eeffff; } .fg12 { color:#b9825d; } .fg13 { color:#8c654d; } .fg14 { color:#B28162; } .fg15 { color:#D99D77; } .fg16 { color:#FFB88C; } .fg17 { color:#ff8db2; } .fg18 { color:#f49bc0; } .fg19 { color:#f0f0f0; } .fg20 { color:#; } .fg21 { color:#; } .fg22 { color:#; } .fg23 { color:#; } .fg24 { color:#; } .fg25 { color:#; } .fg26 { color:#; } 
body {
left:0px; top:0px; width:100%; border:0; padding:0px; margin:0px;
background:#fffbf7;
font: small Arial, Tahoma, Verdana, sans-serif; color: #666;
line-height:1.7;
text-decoration:none;
text-transform:none;
}

span { line-height:1.7; }

.searchbar {
width:100%;
background:#f0f0f0;
}

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

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

.border_fast {
border-top:1px groove olive;
border-bottom:1px groove olive;
}

.txt-step {
color:green;
text-transform:uppercase;
}

.head1 {
line-height:1.5;
font-size:large;
font-weight:bold;
color:green;
}

.head2 {
font-style:normal;
font-weight:medium;
font-size:medium;
color: #8c654d;
}

.head3 {
font-style:normal;
font-weight:bold;
font-size:small;
color: #8c654d;
}

A.gl1:link { color:#B28162; text-decoration:none; }
A.gl1:visited { color:#B28162; text-decoration:none; }
A.gl1:active { color:#B28162; text-decoration:none; }
A.gl1:hover { color:#b9825d; text-decoration:none; }

A.gl2:link { color:#a9b393; text-decoration:none; }
A.gl2:visited { color:#a9b393; text-decoration:none; }
A.gl2:active { color:#a9b393; text-decoration:none; }
A.gl2:hover { color:#798363; text-decoration:none; }

A.gl3:link { color:#7196d3; text-decoration:none; }
A.gl3:visited { color:#7196d3; text-decoration:none; }
A.gl3:active { color:#7196d3; text-decoration:none; }
A.gl3:hover { color:#b9825d; text-decoration:none; }

A.gl4:link { color:#aaa; text-decoration:none; }
A.gl4:visited { color:#aaa; text-decoration:none; }
A.gl4:active { color:#aaa; text-decoration:none; }
A.gl4:hover { color:#7e7b87; text-decoration:none; }

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

a.info{
z-index:24;
color:#7196d3;
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 #666; border-bottom:0.3ex dashed #666;
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:#f0f0f0 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:#666;
background:#f9f9ff;
background-position:0 50% !important;
}

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