@media print {
  .noprint {
     display: none;
    }
}


  .main {
     margin: 30px;
     padding: 0;
    }

  .center {
     text-align: center;
    }

  body {
     background: #c4cad4 url("img/bg2.gif") repeat fixed;
     color: #50495a;
     padding: 0;
     margin: 0;
     font-size: 12pt;
    }

  img {
     border: none;
    }

  a:link {
     color: #0000FF; text-decoration: none
    }
  a:visited {
     color: #50496a; text-decoration: none
    }
  a:active {
     color: #50496a; text-decoration: none
    }
  a:hover {
     color: #FF0000; text-decoration: underline
    }

  a.button {
     background: url("img/button.gif");
     width: 150px;
     height: 30px;
     text-align: center;
     margin-top: 10px;
     color: #ffffff;
     font-size: 16px;
     line-height: 30px;
     vertical-align: middle;
     display: block;
     font-family: Verdana;
    }

  a.button:link {
     color: #ffffff;
     text-decoration: none;
    }
  a.button:visited {
     color: #ffffff;
     text-decoration: none;
    }
  a.button:active {
     color: #ffffff;
     text-decoration: none;
    }
  a.button:hover {
     color: #ffffa0;
     text-decoration: underline;
    }

  p {
     text-align: justify;
     text-indent: 15px;
     font-size: 17px;
     line-height: 25px
    }

  strong {
     color: #53515f;
     font-weight: bold;
    }

  h1 {
     color: #53515f;
     font-weight: bold;
     font-size: 20px;
     line-height: 30px;
     text-align: center;
     vertical-align: middle;
    }

  h5 {
     color: #53515f;
     font-weight: bold;
     font-size: 12px;
     line-height: 15px;
     text-align: center;
     vertical-align: middle;
    }


