/*** Website Design by MacStudio Design. Website: www.macstudio.co.nz ***/

body {
	margin: 0mm;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/******************** LAYOUT ********************/

#holder {
	width:850px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:center;
	margin-bottom: 0px;
}

#header {
	visibility: hidden;
}

#mainheader {
	visibility: hidden;
}

#menu {
visibility: hidden;
}

#content {
	text-align: left;
}

#nav {
visibility: hidden;
}

#title {
	margin-bottom: 2mm;
	height: 8mm;
}

#left {
	float: left;
	width: 73mm;
}

#right {
	float: right;
	width: 73mm;
}

#printbutton {
	visibility: hidden;
}

#footer {
	visibility: hidden;
}

/******************** TABLES ********************/

#table1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#table1 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#table1 tr {
	text-align: center;
}
#table1 th {
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

/******************** CARD ********************/

#card {
	width: 140mm;
	text-align: left;
	padding: 2mm;
	border: 1px solid #999999;
	font-size: 10px;
}

#card img {
	width: 65%;
	height: 65%;
	padding-top: 2mm;
	padding-bottom: 2mm;
}

/******************** STYLES ********************/

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

