
body {background-image: url("images/bground.gif"); background-repeat: no-repeat; background-attachment: fixed; background-position: center }

A {color: #050D62; font-size: 9pt; text-decoration: none; font: bold}
A:hover {color: red; font-size: 9pt; text-decoration: none: }

H1 {color: #050D62; font-size: 18pt; text-align: center; text-decoration:none; font-style: italic; font: bold; line-height: 150%; margin-top: 0; margin-bottom: 0}

H2 {color: #050D62; font-size: 14pt; text-align: Justify; text-decoration:none; font-style: italic; font: bold; line-height: 150%; margin-top: 0; margin-bottom: 0}

H3 {color: #050D62; font-size: 12pt; text-align: center; text-decoration:none; font: bold; line-height: 150%; margin-top: 0; margin-bottom: 0}

H4 {color: #050D62; font-size: 11pt; text-align: justify; text-decoration:none; font: bold; line-height: 150%; margin-top: 0; margin-bottom: 0}

H5 {color: #050D62; font-size: 10pt; text-align: justify; text-decoration:none; font: bold; line-height: 150%; margin-top: 0; margin-bottom: 0}

H6 {color: #050D62; font-size: 9pt; text-align: justify; text-decoration:none; font: bold; line-height: 150%; margin-top: 0; margin-bottom: 0}

p {color: #050D62; font-size: 10pt; text-align: center; text-decoration:none; font: bold; line-height: 150%; margin-top: 5; margin-bottom: 5}
 
hr {height: 2px; color: #050D62; background-color: #050D62; margin: 0px 150px 0px 150px;}

table {
  border-collapse: collapse;
  border: none;
  font: normal 11px helvetica, verdana, arial, sans-serif;
  border-spacing: 1px;
  }
  
  tbody td {
 color:#002084;
 padding:5px;
 text-align:center;
 vertical-align: top;
}

  
tbody td a {background: transparent; text-decoration: none; color: #050D62;}
   
tbody td a:hover {background: transparent; color: red;}
  
