
body {
      
      margin: auto;
      height:100%;
      padding:0;
      background-color: #CCCCCC;
 }

html{ text-align: center;
      margin:0;
      padding:0;
      height:100%;
      border:none
 }

table {text-align: center;
       margin:0;
       padding:0;
       background-color: #ffffff;
 }

p {text-align: center;
       font-family: Verdana;
       font-size:12;
 }

p.text{text-align: justify;
       font-family: Verdana;
       font-size:12;
 }

p.load{text-align: center;
       font-family: arial;
       font-size: 15;
  }

img  { 
       border-style: none;
 }

#full{text-align: center;
      height:100%; 
 }



/*\*/
body {
      text-align: center;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      height: 100%;
      padding: 0;
      background-color: #FFFFFF;
      background-image: url('./images/background.jpg');
      background-repeat: repeat-y;
      background-position: center;
 }


html{ margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1px;
      padding: 0;
      height: 100%;
      border: none;
      text-align: center;
 }



table {text-align: center;
       margin-left: auto;
       margin-right: auto;
       cellpadding: 0;
       cellspacing: 0;
       background-color: #ffffff;
 }



img  { 
       border-style: none;
 }

#full{text-align: center;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      cellpadding: 0;
      cellspacing: 0;
      background-color: #FFFFFF;
      height: 100%; 
 }

#blankheader{
      height: 72px;
      width: 760px;
      text-align: center;
      border: none;
      cellpadding: 0;
      cellspacing: 0;
      valign: top;
      background-color: #FFFFFF;
  }
/**/