#printhead {display:none;}

html {
	height:100%; 
	max-height:100%; 
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background:#dfd5ef;
	font-size:80%;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	}

body {
	background-color:#dfd5ef;
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	}

#content
	{
	position:relative;
	display:block;
	padding-top:10px;
	padding-bottom:0;
	right:0px;
	height:102%;
	max-height:100%;
	overflow:auto;
	padding-left:110px;
	z-index:4;
	word-wrap:break-word;
	background-color:#dfd5ef;
	width: 100%;
	}
	
#head {
	position: absolute;
	margin:0;
	top:0;
	right:17px;
	display:block;
	width:100%;
	height:108px;
	background:#fff;
	font-size:10px;
	z-index:5;
	color:#dfd5ef;
	background-image:url(http://www.phoenixhouse.com.au/images/bottom-strip-full-5.jpg);
	background-repeat: repeat-x;
		}

#foot {
	position: absolute;
	margin:0; bottom:0;
	right:17px;
	display:block;
	width:100%;
	height:48px;
	color:#000;
	text-align:right;
	font-size:9pt;
	z-index:4;
	background-image:url(http://www.phoenixhouse.com.au/images/footer3.jpg); background-position:bottom; 
	background-repeat: repeat-x;
	}
	/*	background-color:#dfd5ef;
*/
	
#discl {
	position: absolute;
	margin:0; bottom:0;
	display:block;
	width:800px;
	height:48px;
	color:#000;
	text-align:center;
	vertical-align:bottom;
	font-size:9pt;
	z-index:5;
	}	
	
.pad1 {
	display:block;
	width:17px;
	height:50px;
	float:left;
	}

.pad2 {
	display:block;
	height:80px;
	padding-top:10px;
	}
	
#content span.error {
	color:red;
	font-family:"trebuchet ms", "trebuchet", "verdana", sans-serif;
	font-weight:bold;
	font-size:15px;
}	
#content p {
	text-align:left;
	color:#424242;
	margin-left:0px;
	width:650px;
	}

#content .numbers {
	list-style-type: decimal;
	color:#424242;
	width:650px;
	padding-left:30px; margin-left:10px; 

}
	
#content .bullets {
	list-style-type: disc;
	color:#424242;
	width:650px;
	padding-left:30px; margin-left:10px; 
	}

#content .error {
	color:#FF0000;
	font-size:18px;
	font-weight: bold;
	text-align:left }
	
	
#content p.centre {
	text-align:center;
	color:#424242;
	margin-left:0px;
	width:650px;
	font-weight:bold;
	font-size:15px;
	}	

#content td {
	color:#424242;
	margin-left:0px;
	font-weight:normal;
	font-size:80%;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	}		

.bold {
	font-size:1.2em;
	font-weight:bold;
	}

.red {
	color:#c00;
	margin-left:5px;
	font-family:"trebuchet ms", "trebuchet", "verdana", sans-serif;
	}
h1 {
	color: #009999;
	font-weight:bold;
	font-size:20px;
	margin-bottom:0;
	
	}
	
h2 {
	color:#009999;
	font-weight:bold;
	font-size:16px;
	margin-bottom:0;
	}

h3 {
	color:#009999;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0px;
	}

hr {
	width:650px;
	height:1px;
	color:#424242;
	text-align:left;
}

A:link, A:visited {font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; font-weight: bold; text-decoration: none; color: #009999}
A:hover, A:active {font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; font-weight: bold; text-decoration: underline; color: #424242}
	
.border {
	border: 2px solid #A49D1F;
	}

td.bottomborder {
	border-bottom: 1px solid black;
}	

td.leftborder {
	border-left: 1px solid black;
}	

td.leftrightborder {
	border-left: 1px solid black;
	border-right: 1px solid black;
}	
td.leftbottomborder {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}	

td.leftbottomtopborder {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}	

td.leftrightbottomborder {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}	
td.topbottomborder {
	border-top: 2px double black;
	border-bottom: 1px solid black;
}	
