/*	heading							*/
h3 {
font-size: 15pt;
font-weight: bold;
font-family: "arial", "geneva", "helvetica", sans-serif;
color: #000000;
}

/*	regular text						*/
p {
font-size: 10pt;
font-weight: normal;
font-family: "arial", "geneva", "helvetica", sans-serif;
color: #000000;
}

/*	regular bold text					*/
b {
font-size: 11pt;
font-weight: bold;
font-family: "arial", "geneva", "helvetica", sans-serif;
color: #000000;
}

/*	address text						*/
p.address {								
font-size: 11pt;							
font-weight: normal;							
font-family: "arial", "geneva", "helvetica", sans-serif;
color: #000000;
}

/*	vat text						*/
p.vat {								
font-size: 8pt;							
font-weight: normal;							
font-family: "arial", "geneva", "helvetica", sans-serif;
color: #000000;
}

/*	copyright text						*/
p.copy {								
font-size: 8pt;							
font-weight: normal;							
font-family: "arial", "geneva", "helvetica", sans-serif;
color: #000000;
}

/*	regular text in ordered lists				*/
ol {
font-size: 10pt;
font-weight: normal;
font-family: "arial", "geneva", "helvetica", sans-serif;
color: #000000;
}

