  
  .ReadMsgBody {width: 100%; background-color: #ffffff;}
  .ReadMsgBody {width: 100%; background-color: #ffffff;}
  .ExternalClass {width: 100%; background-color: #ffffff;}
  .ExternalClass * {line-height: 100%;}
  table {border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; table-layout: fixed;}
  table table { table-layout: auto; }  
  
  body {
  width: 100%
  background-color: #ffffff; 
  margin:0; 
  padding:0;
  -webkit-font-smoothing: antialiased;
  color: #585858; 
  font-family: 'Roboto', sans-serif;
  -webkit-text-size-adjust: 100%;
  }  
  
  .header { 
    background-image: url('bg-header-image.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: top right;
    font-weight: 600;
    }
   
   input[type=submit] {
    background-color: #044889;
    width: 190px;
    height: 60px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 40px;
    border: 0px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    position: relative;
    }
    
    input[type=submit]:hover {
    background-color: #0783EF;
    }
   
    
  a { 
    color: #044889; text-decoration: none;
    font-size: 30px;
    display: block;
    margin-top: 10px;
    }
 
  a:visited { 
    color: #044889; 
    }

  a:hover { 
    color: #0783EF; 
    }
