body { margin:0px; scrollbar-base-color:red; scrollbar-track-Color:green; scrollbar-arrow-color:white; }

body.headframe { background-color:gold; color:white; }

body.mainframe { background-color:deepskyblue; margin-left:40px; margin-right:40px; margin-top:20px; 
scrollbar-base-color:#008CCC; scrollbar-track-Color:deepskyblue; scrollbar-arrow-color:white; }

body.menuframe { background-color:gold; margin:0px; margin-top:20px; 
scrollbar-base-color:#DDB500; scrollbar-track-Color:gold; scrollbar-arrow-color:white; }

body.footframe { background-color:gold; margin:0px; margin-top:0px; overflow:hidden; }


body,p,h1,h2,h3,h4,h5,h6,table,td,small,big,b,i,a,input,textarea { font-family:Arial,Helvetica,sans-serif; }
body,p,table,td,input,textarea { font-size:12px; }

h1,h2,h3,h4,h5,h6,p,table,td,a { margin-top:0px; }

h6 { font-size:16px; margin-bottom:8px; }
h5 { font-size:17px; margin-bottom:9px; }
h4 { font-size:18px; margin-bottom:10px; }
h3 { font-size:20px; margin-bottom:12px; }
h2 { font-size:22px; margin-bottom:14px; }
h1 { font-size:24px; margin-bottom:16px; }

textarea { scrollbar-base-color:#C8C8C8; scrollbar-track-Color:white; scrollbar-arrow-color:white; }

a { color:red; text-decoration:none; }
a:visited { color:brown; text-decoration:none; }
a:hover, a:active, a:focus { color:white; background-color:black; text-decoration:none; }

.biglink { font-size:16px; font-weight:bold; }

.imagelink,.imagelink:visited, .imagelink:hover, .imagelink:active, .imagellink:focus { background-color:transparent; }

img { filter:blendTrans(Duration=1); }

#transparent { background-color:transparent; }

#ES,#EF { font-size:10pt; }
#ES { text-align:center; color:brown; font-weight:bold; background-color:silver; }
#EF { width:100%; color:black; background-color:whitesmoke; }

#OrderButton { color:black; background-color:white; font-size:10px; cursor:hand; }

#ButtStandard, #ButtHelp, #ButtBr, #ButtBl, #ButtR, #ButtB, #ButtG, #ButtT, #ButtY, #ButtW 
{ font-weight:bold; font-size:11px; cursor:hand; }
#ButtStandard { color:black; background-color:white; }
#ButtHelp { color:black; background-color:aqua; cursor:help; }
#ButtBr { color:white; background-color:brown; }
#ButtBl { color:white; background-color:black; }
#ButtR { color:yellow; background-color:red; }
#ButtB { color:yellow; background-color:blue; }
#ButtG { color:yellow; background-color:green; }
#ButtT { color:yellow; background-color:teal; }
#ButtY { color:black; background-color:yellow; }
#ButtW { color:black; background-color:whitesmoke; }

#MB { background-color:whitesmoke; color:black; width:110px; font-size:12px;  cursor:normal; }
#MBHover { background-color:deepskyblue; color:black;  width:110px; font-size:12px; cursor:hand; }
#MBClick { background-color:teal; color:white; width:110px; font-size:12px; font-weight:bold; cursor:wait; }

#Menu { color:white; background-color:black; width:110px; border:4px outset gray; padding:4px; font-weight:bold; }
#Menu:visited { color:white; background-color:midnightblue; border:4px outset gray; width:110px; font-weight:bold; }
#Menu:hover { color:red; background-color:yellow; width:110px; border:4px inset gray; font-weight:bold; }
#Menu:active { color:blue; background-color:yellow; width:110px; border:4px inset gray; font-weight:bold; }
#Menu:focus { color:midnightblue; background-color:yellow; width:110px; border:4px ridge teal; font-weight:bold; }