@page { 
	size: 21cm 29.7cm; 
	margin: 2cm;
	widows: 3;
	orphans: 3;
}

  body,html {
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
	font: normal 12pt 'Times New Roman',Times,serif;
	background: white url(images/stopsmoking.gif) fixed no-repeat 50% 50%;
  }

  #content {
	width:100%;
	height:100%;
  }

  
  #menu {
	display:none;
  }

  #header {
    width:100%;
    height:90px;
    background:  url(images/bg-header.gif) repeat-x fixed;
    text-align:left;
    padding: 0;
    margin-bottom: 12pt;
  }

  h1 {
	font-size:16pt;
	color:#c00;
  }
  h2 {
	font-size:14pt;
	color:#c00;
  }

  #ContactForm {
	margin:0;
	padding:0;
  }

  #ContactForm table {
	border:1px solid #ccc;
	margin: 0 0 1em 0;
	font-size:0.9em;
  }

  #ContactForm table caption {
	background:navy;
	color:white;
	font-weight:bold;
  }

  #ContactForm table th, 
  #ContactForm table td {
	vertical-align:top;
	text-align:left;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
  }

  #ContactForm table td.Buttons input {
	font: bold 8pt Tahoma,Arial,Helvetica,sans-serif;
	width:100px;
	border: 2px outset #00c;
	background:navy;
	color:white;
  }

  #Copyright {
	width:100%;
	display:block;
	border-top: 1px solid #ccc;
	text-align:center;
  }

  #Designer {
	display:none;
  }

  #PrintFooter {
	text-align:center;
  }