html  {
        height : 100%;
  }
a {
        font-family : Verdana;
        text-decoration : none;
        color : #70361b;
  }
a:hover {
        font-family : Verdana;
        text-decoration : underline;
  }
.panelmenu {
        font-family : Verdana;
        vertical-align : top;
  }

.menu , .menuactive {
        font-family : Verdana;
        font-size : 15px;
        margin : 13px;
        margin-left : 15px; 
        color : #70361b;       
  }
.menuactive {
        font-family : Verdana;
        font-weight : bold;
  }
.submenu , .submenuactive {
        font-family : Verdana;
        font-size : 13px;
        margin : 8px;
        margin-left : 25px;
  }
.submenuactive {
        font-family : Verdana;
        font-weight : bold;
  }
.frame {
        margin-left : 0;
        margin-right : 0;
  }  
.normaltext
  {
  	font-family : Verdana;
        font-size : 9pt;
        color : #666666;
        font-style : normal;
        text-decoration : none;
        text-transform : none;
        letter-spacing : 0;
        margin-right : 10px;
        text-align : justify;
        margin-top: 2px;
	margin-bottom: 5px;
  }  
p , ul {
        font-family : Verdana;
        font-size : 9pt;
        color : #666666;
        font-style : normal;
        text-decoration : none;
        text-transform : none;
        letter-spacing : 0;        
  }
  
p , ul, h1 , h2 , h3 , h4 , h6 {
        margin-right : 10px;
        text-align : justify;
  }
p , ul , h2 {
	margin-top: 2px;
	margin-bottom: 5px;	
 }
h1, h3, h6 {
	margin-bottom: 0;
 }
h1 {
        font-family : Verdana;
        font-size : 16pt;
        color : #666666;
        font-weight : 700;
        font-style : normal;
        text-decoration : none;
        text-transform : none;
        letter-spacing : 0;
  }
h2 {
        font-family : Verdana;
        font-size : 10pt;
        color : #555555;
        font-weight : 900;
        font-style : normal;
        text-decoration : none;
        text-transform : none;
        letter-spacing : 0;
  }
h3 {
        font-family : Verdana;
        font-size : 14pt;
        color : #555555;
        font-weight : 700;
        font-style : normal;
        text-decoration : none;
        text-transform : none;
        letter-spacing : 0;
  }
h4 {
        font-family : Verdana;
        font-size : 10pt;
        color : #555555;
        font-weight : 700;
        font-style : normal;
        text-decoration : none;
        text-transform : none;
        letter-spacing : 0;
  }
h5 {
        margin-left : 15px;
        font-family : Verdana;
        font-size : 10pt;
        color : #666666;
        font-weight : 700;
        font-style : normal;
        text-decoration : underline;
        text-transform : none;
        letter-spacing : 0;
        text-decoration: overline underline;
        letter-spacing: 1pt;
  }
h6 {
        font-family : Verdana;
        font-size : 6pt;
        color : #666666;
        font-style : normal;
        text-decoration : none;
        text-transform : none;
        letter-spacing : 0;
        text-align : center;
  }
  
  /* install button */
.install-button,
p.install-button {
    width: 230px;
    margin: 0;
}

span.install-button-text {
    padding-right: 30px;
}

.install-button a:link span.install-green-button,
.install-button a:visited span.install-green-button,
.install-button a:hover span.install-green-button,
.install-button a:active span.install-green-button {
    background: url(install-button.png) no-repeat bottom left;
    display: block;
    min-height: 20px;
    padding: 10px;
} 
* html .install-button a:link span.install-green-button,
* html .install-button a:visited span.install-green-button,
* html .install-button a:hover span.install-green-button,
* html .install-button a:active span.install-green-button { height: 20px; }

.install-button a:link,
.install-button a:visited,
.install-button a:hover,
.install-button a:active {
    background: #a8ed2d url(install-button.png) no-repeat top left;
    display: block;
    color: #005825;
    text-decoration: none;
}

.install-button a:hover span.install-green-button,
.install-button a:active span.install-green-button {
    background: url(install-button.png) no-repeat bottom right;
}

.install-button a:hover,
.install-button a:active {
    background: #89dc29 url(install-button.png) no-repeat top right;
    color: #000;
    cursor: pointer;
}
