/* CSS Document */

<style>
	* { font-family: verdana; font-size: 10pt; COLOR: gray; }
	b { font-weight: bold; }
	table { height: 100%; border: 0px solid gray;}
	td { text-align: center; padding: 2;}
	.content { text-align: left; padding: 0;}
	body {background-color:white; height:100%; width:100%; padding:0; margin:0;} /* D0DDEE */
	html {height:100%; width:100%; padding:0; margin:0;}
	.Title {font-size:24pt;background:#2b179c; color:#FFF; font-family:Arial, Helvetica, sans-serif; }
	.SubTitle {font-size:16pt; color:#000; font-family:Arial, Helvetica, sans-serif; }
	.webcontent 
    { 
      height: 100%;
      min-width: 100%;
      white-space:nowrap;
      border: black thin;
      display:block;
      overflow-y: scroll; /* has to be scroll, not auto */
      -webkit-overflow-scrolling: touch;
    }
	.menuLink { 
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-style: normal;
	text-decoration:none;
	margin-left:.25in;
	}
/*	#webcontent {text-align: left; padding: 0px; width:100%; height:100%; margin: 0px; padding: 0px;} #B1C9E4*/
</style>