td { font-family:verdana,arial,helvetica; font-size:8pt; color:#000000; text-align:justify;}
.price {font-family:verdana,arial,helvetica; font-size:8pt; color:#000000; text-align:right;}
/*
	define different border combinations

	 B
	---
 A	| |  C
	---
	 D

*/

.ABCD { border-left: 1px solid black; border-top: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; }
.ABC { border-left: 1px solid black; border-top: 1px solid black; border-right: 1px solid black; }
.ABD { border-left: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black; }
.BCD { border-top: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; }
.AB { border-left: 1px solid black; border-top: 1px solid black; }
.BC { border-top: 1px solid black; border-right: 1px solid black; }
.AC { border-left: 1px solid black; border-right: 1px solid black; }
.BD { border-top: 1px solid black; border-bottom: 1px solid black; }
.CD { border-right: 1px solid black; border-bottom: 1px solid black; }
.A { border-left: 1px solid black; }
.B { border-top: 1px solid black; }
.C { border-right: 1px solid black; }
.D { border-bottom: 1px solid black; }

body { font-family:verdana,arial,helvetica; font-size:8pt; color:#000000; text-align:justify;}

a:active {color:#002D60; font-weight: bold;}
a:link {color:#002D60; text-decoration:none; font-weight: bold;}
a:visited {color:#002D60; text-decoration:none; font-weight: bold;}
a:hover {color:#002D60; text-decoration:underline; font-weight: bold;}

table.invoice {
	width: 160mm;
	height: 230mm;
}

table.box  {
	border: thin solid black;
	width: 100%;
	height:100%;
}


td.logo  {
	height: 30mm;
	text-align: center;
}

td.codetails  {
	font-family: arial;
	/*border: thin solid black;*/
	width: 80mm;
	height: 30mm;
}

td.invdetails  {
	padding-left: 10mm;
	font-family: arial;
	width: 70mm;
	height: 30mm;
}

td.custdetails  {
	font-family: arial;
	/*border: thin solid black;*/
	width: 80mm;
	height: 30mm;
}

td.deliverdetails  {
	padding-left: 10mm;
	font-family: arial;
	width: 70mm;
	height: 30mm;
}


table.statement {
	width: 230mm;
	height: 160mm;
}
