@charset "utf-8";

/*******************************************************************************/
/* BASIS LAYOUT   */
/*******************************************************************************/

html, body {
      margin: 0;
      width: 100%;
      height: 101%;
      min-height:101%;
      padding: 0;
      filter: expression(document.execCommand("BackgroundImageCache", false, true));
	  font-size:9px;
    }




body {
     font-family: 'Open Sans', sans-serif;
    font-size: 10px !important;
    font-weight: normal;
    line-height: 130%;
    color: #000;
    margin:0;
    padding:0;
    z-index:0;	
    overflow-y: auto;
    overflow-x: hidden;	
    position: relative;
 }
 
