 body, html{ 
 padding: 0px; 
 margin: 0pc; 
 height:100%;
 background-color:#636363;
 }
           
#header{ 
background-color: #222222; 
height: 100px; 
border-bottom: 1px solid black; 
font-family:Arial, Verdana;
font-weight: bold; 
color:#fff;
}
          

#sloganText{ 
font-size: 25px;
 margin-left: 15px; 
 line-height: 100px; 
 }
div.divWindow{
  position: absolute;
  border: 2px solid black; 
  padding:0px;
  margin:0px;
  overflow: hidden; 
  background: #97c00e;
 }
div.dToolbar{
 background-color: #97c00e;
 width:100%;
 border-bottom: 1px solid black; 
 padding: 0px; 
 margin: 0px; 
 color:#ffffff;
 font-family:Arial, Verdana;
 }
span.ToolTitle{ 
float: left; 
line-height: 20px; 
font-size: 12px; 
font-color: #ffffff; 
font-weight: bold; 
padding-left: 10px; 
font-family:Arial, Verdana;
}
span.ToolButtons{ 
float: right; 
margin: 0px; 
padding:0px;
}
button.ToolButtons{
 width: 20px; 
 height: 20px; 
 font-size: 12px; 
 font-weight: bold;  
 margin: 0px; 
 padding:0px;
 }
iframe.ifContent{
width: 100%; 
height:100%; 
border:0; 
overflow: auto;}
.winFoot{ 
background-color: #97c00e; 
height: 15px; 
border-top: 1px solid black; 
font-weight: bold; 
}
.winFootSpan{
float:right;
width:15px;
font-size:5px;
line-height:15px;
background:green;
cursor:pointer;
}

a img{
 text-decoration:none;
 border:0px;
 }
