body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", serif;
	font-size: 9pt;
}
p, li, dd, dt, td, th {
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	background: #fff;
	color: #000;
}
#globallinks, #searchnav, #nav, #footabove, #footer, #contentsnav, .positiontopright, .hlinkmenu {
	display: none;
}
#main, #branding, #mainbody {
	padding: 0;
	margin: 0;
}
#mainbody {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
#contentsection {
	padding: 0;
	margin: 0;
}
#sectionheading a, #sectionheading p, #sectionheading h2 { color: #000; }
#sectionheading { background-color: #fff; }
#header {
	background: none;
	padding: 0;
	margin: 0;
}
/* Must use ID not CLASS to work in Safari - MP */
a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	font-weight: normal
}
.centre {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.right {
	text-align: right;
}
.small {
	font-size: smaller;
}
table#aifsdetails td, table#aifsdetails th, table#staff td, table#staff th, #smalltables td, #smalltables th {
	text-align: left;
	vertical-align: top;
	border: none;
	font-family: "Times New Roman", serif;
	font-size: 10pt;
}
table#aifsdetails td, table#aifsdetails th {
	padding: 0 10px 0 0;
}
.noprint {
	display: none;
}
/* This code for printing links
#mainbody a:link:after, #mainbody a:visited:after {
	content: " (" attr(href) ") ";
}
#mainbody a[href^="/"]:after {
 content: " (www.aifs.gov.au" attr(href) ") ";
}
*/
