body {
  margin:			  0;
  width:		  	  900px;
  background-color:	  #ffffff;
  align:			  center;
}

span.header {
  font-weight: 		  bold;
  font-family: 		  Arial, Verdana, sans-serif;
  font-size:   		  10pt;
  color: 	   		  #666666;
}

span.headerwhite {
  font-weight: 	  	  bold;
  font-family: 		  Arial, Verdana, sans-serif;
  font-size:   		  10pt;
  text-align:  		  center;
  color: 	   		  #ffffff;
  background-color:   #858585;
  line-height: 		  20pt;
}

span.smallprint {
  font-family: 		  Arial, Verdana, sans-serif;
  font-size:   		  8pt;
  color: 	   		  #666666;
}

span.contactheader {
  font-family: 		  Arial, Verdana, sans-serif;
  font-size:   		  22pt;
  color: 	   		  #666666;
}

span.contactdetails {
  font-family: 		  Arial, Verdana, sans-serif;
  font-size:   		  14pt;
  color: 	   		  #666666;
  line-height:		  24px;
}
	
a:link {
  text-decoration:	  none;
  color:			  #990000;
}
	
a:visited {
  text-decoration:	  none;
  color:			  #990000;
}
	
a:hover {
  text-decoration:	  none;
  color:			  #000000;
}