﻿/* This is the header, footer (disclosure) style sheet */


<style type="text/css">
/* Header css  */
.header_logo0  {
               width: 100%;
               border: 0;
              }
.header_logo1  {
              align: left;
              width: 10%;
              }
.header_logo2  {
               text-align: center;
              width: 75%;
              }
.header_logo3  {
/*              align: right;
              visibility: hidden;*/
              text-align: right;
              visibility: display;
              width: 15%;
              }


/*  footer css */
.disclose_foot    {
                   clear: both;
                   margin-top: 5 px;
                   margin-left: 2%;
                   margin-right: 2%;
                   width: 95%;
                  }
.disclose_bold    {font-weight: bold} 
.disclose_label   {font-weight: bold;
                   font-size: 125%;
                   color: #ff9933;
                   text-align: center;
                  } 
.disclose_TMG     {font-weight: bold;
                   font-size: 125%;
                   color: #ff9933;
                  }     
.disclose_version {     
                   font-family: arial;
                   font-size: 8pt;
                   text-align: center;
                   font-weight: 400;
/*	           color: black; */
                  } 
</style>