body {
	color: black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

#banner, #topmenu {
	display:none;
}

div#printheader{
	display: block;
	font-size: 16pt;
	font-weight: bold;
}

div#page {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}


/*LINKS*/

a img{
	border: none;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
/*#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#content a[href^="/"]:after {
   content: " (http://www.breezepack.co.uk" attr(href) ") ";
}*/


p, div#lexcel{
	text-align: justify;
}

.small {
	font-size: 0.9em;
}

.smalli {
	font-size: 0.9em;
	font-style: italic;
}
.date {
	font-style: italic;
	font-size: 0.9em;
	margin-top: -1em;
}

img.right {
	float: right;
	margin: 0 0 4px 10px;
}

/*QUOTES*/
blockquote {
	display: block;
	margin-left:10px;
	padding: 0 50px 10px;
	width: 550px;
}

.bqstart, .bqend {
	font-size:	700%;
	color: #39c;
	font-family: "Times New Roman", Times, serif;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     margin-left: -60px;
     /*padding-top: 45px;*/
     margin-bottom: -50px;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: -40px;
     margin-right: -50px;
     padding-top: 0px;
     margin-bottom: -50px;
 }

/*TICK BULLET LIST*/
ul.tick {
	list-style-image: url(../images/tick.gif);
	line-height: 1.5em;
} 

/*FOOTER*/
#footer {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	clear: both;
	font-size: 0.9em;
}

#footer .left {
	margin: 0;
	padding: 0;
	float: none !important;
	font-size: 0.9em;
}

#footer .right {
	margin: 0;
	padding: 0;
	float: none !important;
	width: auto;
	text-align: left;
	line-height: 1em;
}


#footer .right .small {
	font-size: 0.8em;
}

/*HEADERS*/
h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

h4 {
  display: block;
  font-weight: bold;
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}

