
/*<![CDATA[*/
@media screen {
/*\*//*/
}
/**/
body {min-width: 750px;}
.int03 {margin-top: 15px;}
.int04 {margin-top: -15px; position: relative; }
.int05 {position: absolute!important; margin-top: -50px; right: -25px;}
.int07 {margin-top: 20px;}


/* demo 1: 'position: fixed' to top */

* html div#fixme{left: .08%; top: 10px; /* fallback */; }

div#fixme {
position: fixed; 
top: 0; 
left: .08%;
width: 100%;
height: 0;
z-index: 2;
}

 
* html div#fixme {
position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);
left: expression("100%/50");
}


* html body {
position: relative;
}


div#fixme-bottom img {
float: left;
margin: -48px -100px -100px 0;
position: relative;
}

}


#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: blue;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}


div#hid_wait {
position: fixed; 
top: 524; 
left: .08%;
width: 100%;

height: 0;
z-index: 3;
}

* html div#hid_wait {
position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop + 524);
left: expression("100%/50");
}