/* ------------------------------------------------------------------------------ */
/* Defaults. */
/* ------------------------------------------------------------------------------ */

html, body {
  color: white;
  margin: 0px;
  font-family: verdana,arial,sans-serif;
  font-size: 10pt;
  background: url('logo2.gif') repeat-y black;
  }

td {
  vertical-align: top;
  }
  
a:link {
  color: white;
  background-color: transparent;
}
a:visited {
  color: white;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
  background-color: transparent;
} 

.emailLink a:link, .emailLink a:visited {
  text-decoration: none!important;
}

.emailLink a:hover {
  color: red!important;
}

img { 
  border: 0px;
}

img.a:link { /* Firefox */ 
  text-decoration: none;
}


h1 {  /* Significant notification - vouchers etc */
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 0px 4px 4px 0px;
  }




/* ------------------------------------------------------------------------------ */
/* Page Layout */
/* ------------------------------------------------------------------------------ */

.pageLayout {
  text-align: center;
  min-height: 400px;
  height: 400px;
  }

.pageLayout table {  /* Mozilla hack to centre table */
  margin-left: auto; 
  margin-right: auto; 
  text-align: left;
  }
  
.contentRegion {
  text-align: center;
  background-color: black;
  margin: 40px 40px 40px 40px;
  padding: 20px;
  border: 2px solid black;
  width: 780px;  /* For IE5/Win: width = [actual width] + [padding] + [borders] */
                 /* width = 200 + 0 + 0 */
  voice-family: "\"}\"";  /* Stop IE5/Win from reading below - by Tantek Celik & Eric Costello */
  voice-family: inherit;
  width: 658px;  /* Actual width (for non IE5/Win) */
  }     html>body .contentRegion {  /* Be nice to Opera 5 rule */
        width: 658px;  /* Actual width (for Opera) */
        }  

.contentText {
  text-align: justify;
  padding: 20px 70px 20px 70px;
  }

.contentButton {
  vertical-align: middle;
  }
  

.logo {
  }
  
.rowTitle {
  font-weight: bold;
  width: 100px;
  }
  
.rowText {
  }