/* global properties
   logo bar
   legal text
   copyright info */

/*global properties*/
html { height: 100%; height: 100%; overflow: hidden; }
body { height: 100%; width: 100%; background-color: #ffffff; margin: 0px;  padding: 0px; 
    font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 100%; overflow: hidden; }
img{ border:none; max-width: 100%; max-height: 100%; }
div{ word-wrap:break-word;}
a{ color: inherit; }
a:visited, a:link, a:active { text-decoration: none; color: inherit; }
a:hover { text-decoration: underline; cursor: pointer;}
#page{ width:100%; height:100%; margin:0%; padding:0%; overflow-x: hidden; overflow-y: scroll;
    -webkit-overflow-scrolling: touch;}

/*logo bar*/
#bar { padding: 0%; margin: 0%; height: auto;}
#logo{ width: 10%; height: auto; margin: 5px auto auto 15px; }
#title {text-align: center; width: 100%; height: auto; vertical-align: middle; font-size: 1.2em;}

/*legal text*/
#content{ padding: 15px; margin: 15px 30px 0px 30px; font-size: 1em;}

/*copyright info*/
#footer{padding: 0px; margin: 0%; text-align: center; vertical-align: middle;
    background-color:#ffffff; line-height: 25px; color: darkgray; font-size: 0.7em;}