html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
#content {
  position: relative;
  min-height: 100%;
}
* html #content {
  height: 100%;
}

p 
        { 
        font-family: Arial;
        text-indent: 0cm;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 20px;
        text-align: left;
        COLOR: #000000;
        font-size: 18px 
        }
td 
        { 
        font-family: Arial;
        text-indent: 0cm;
        margin-left: 5px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 0px;
        padding-left:15px;
        COLOR: #000000;
        font-size: 12px;
        }
td.lft 
        { 
        font-family: Arial;
        text-indent: 0cm;
        margin-left: 5px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 0px;
        padding:8px;
        COLOR: #000000;
        font-size: 14px;
        }

.cent
  {
  text-indent: 0cm;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;        
  text-align: center;
  }
.tit_st {
    color:#617693;
    font-weight:bold;
    font-size:14px;
    }
a:link
    {
      color: #0C52C2;
    text-decoration: underline; 
    }
a:visited   
    { 
    color: #0C52C2;
    text-decoration: underline
    }

a:hover
      {
      color:#0C52C2;
      text-decoration: none;
      }

a:active
    {
      color:#2515be;
      text-decoration: underline
      }