/*
-----------------------------------------------
Towel & Basin Print Styles
Author:   Dean Ashworth
Version:  5 November 2005
----------------------------------------------- */


/* =Structure
----------------------------------------------- */
body {
  margin:.25in .25in;
  padding:0;
  font:small Verdana,Sans-serif;
  background-color: #fff;
  }


/* =Header
----------------------------------------------- */
#header {
  margin:0;
  background-color: #fff;
  }
#header #logo {
  margin:0 0 0 -5px;
  }


/* Things To =Hide
----------------------------------------------- */
#tb_logo, #nav, #footer, .menu_b, #header_img, #contentLeft, #contentRight {
  display:none;
  }


/* Things To =Show
----------------------------------------------- */
#tb_logo_print {
	background-image:url(../i/tb_logo_tsp_300x41.gif) no-repeat left;
	display:block;
	padding-bottom:15px;
	}
	

/* =Headings
----------------------------------------------- */
h1, h2, h3 {
  margin:1em 0 .5em;
  font-family:Georgia,Serif;
  font-weight:normal;
  clear:both;
  }
h1 {
  margin-top:.5em;
  font-size:160%;
  }
h2 {
  font-size:140%;
  }
h3 {
  font-size:125%;
  }


/* =Links
----------------------------------------------- */
a {
  color:black;
  text-decoration:none;
  }
a img {
  border-width:0;
  }


/* =Misc
----------------------------------------------- */
p {
  margin:0 0 .75em;
  line-height:1.3em;
  }
p, ul, table {
  font-size:85%;
  line-height:1.6em;
  }
p {
  line-height:1.8em;
  }
table p {
  font-size:100%;
  line-height:1.6em;
  }
ul {
  margin-top:0;
  margin-bottom:.75em;
  }
hr {
  background:gray;
  display:block;
  border-width:0;
  height:.25pt;
  }


/* =Footer
----------------------------------------------- */
#footer {
  margin-top:.25in;
  border-top:.75pt solid silver;
  padding-top:.1in;
  }
#footer p {
  margin:0;
  }
