/* CSS Document */

a:link {color: #00f}
a:visited {color: #00f}
a:active {color: #00f}
a:hover {color: #06f}

body {
   background-color: #999999;
   text-align: center;
   }

h1 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 14px;
  margin: 0px;
   }

h2 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: small;
   }

p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: small;
   }
   
p.left {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: small;
   }

p.center {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: x-small;
   }

li {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: small;
   }

table.content {
  background-color: #FFFFFF;
  }

table.back {
  background-color: #FFFFFF;
  }

table.footer {
  background-color: #FFFFFF;
  }

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  text-align: left;
  }

td.left {
  background-color: #003399;
  }

td.center {
  background-color: #FFFFFF;
  }

td.right {
  background-color: #CCCCCC;
  text-align: center;
  }
 
td.small {
  text-align: left;
  font-size: 12px;
  } 
 
 td.address {
  background-color: #CCCCCC;
  text-align: center;
  font-size: x-small;
  }

 td.subscribe {
  background-color: #999999;
  text-align: center;
  font-size: small;
  color: #FFFFFF;
  }

.white a:link {
     color: #fff;
     }

.white a:visited {
     color: #fff;
     }

.white a:hover {
     color: #fff;
     }

.white a:active {
     color: #fff;
     }

.subscribe-input {
   width: 100px;
   }
 
  @media print {

table.nav {
  visibility: hidden;
  }

td.left {
  visibility: hidden;
  }

td.center {
  visibility: visible;
  }


td.right {
  visibility: hidden;
  }
  
}