﻿p.desc {
text-indent:0;
padding-left: 1em;
}

p.notice {
text-indent:0;
border: solid 0.5pt black;
margin: 0.5em;
padding: 0.5em;
}

h2 {font-size: 1.3em; 
	border: solid thin #CCCCCC;
	background-color: #FCFCFC;}

h3 {font-size: 1.3em; 
	background-color: #FCFCFC;}

h4 {font-size: 1.2em; 
	background-color: #FCFCFC;
	margin-top:0.7em;
	margin-bottom:0.3em;
	border: none;
}

h3.prod-class {
counter-reset:  ProdNo;
}

h4.product {
	counter-increment: ProdNo;
}

h4.product:before {
content: counter(ProdNo) ". " ;
}

#pagebreak1 {
page-break-before: always;
}

table.std th { 
 background-color: #FCFCFC;
}

table {
margin-left: 1em;
}

@page {
size: A4;
margin: 25mm 25mm;
}
