/* BASIC SETUP */
@font-face {
	font-family: BCSans;
	src: url("../fonts/BCSans-Regular.woff");
	font-weight: normal;
}
@font-face {
	font-family: BCSans;
	src: url("../fonts/BCSans-Bold.woff");
	font-weight: bold;
}
@font-face {
	font-family: BCSans;
	src: url("../fonts/BCSans-Italic.woff");
	font-style: italic;
}
body {
 font-family: BC Sans;
 font-size: 90%;
 margin: 0 3em 0 1em;
 background-color: #FFFFFF;
}
p {
 font-size: 1em;
 line-height: 1.5em;
 padding: 0;
 margin-top: .7em;
 margin-bottom: .7em;
}
ol,
ul,
li,
dl,
dt,
dd {
 font-size: 1em;
 line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-weight: bold;
 margin: 0;
 padding: 0;
}
h1 {
 font-size: 1.4em;
 line-height: 1.2em;
 margin-top: 1.5em;
 margin-bottom: .75em;
}
h2 {
 font-size: 1.3em;
 line-height: 1.2em;
 margin-top: 1.5em;
 margin-bottom: .5em;
}
h3 {
 font-size: 1.1em;
 line-height: 1.2em;
 margin-top: 1.3em;
 margin-bottom: 0;
}
h4 {
 font-size: 1em;
 line-height: 1.2em;
 margin-top: 1.3em;
 margin-bottom: 0;
}
h4.lessspace {
 margin-top: 6px;
}
h4.submn {
 font-size: 1em;
 line-height: 1.2em;
 margin-top: 1.5em;
 margin-bottom: 0;
}
a:link,
a:visited {
 color: #0033CC;
 text-decoration: none;
}
a:hover {
 color: #CC0033;
 text-decoration: underline;
}
a[name]:hover {
 color: #000000;
 text-decoration: none;
}
.sizesmall {
 font-size: .7em;
}
.sizemedium {
 font-size: .9em;
}
.sizelarge {
 font-size: 1.1em;
}
span.un {
 text-decoration: underline;
 color: #006633;
}
span.so {
 text-decoration: line-through;
 color: #cc0000;
}
span.ab-under_drop {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 bottom: 2px;
 padding-bottom: 2px;
}

span.ab-under {
 text-decoration: underline;
}

p.hermajesty {
 margin-top: 1.5em;
 margin-bottom: 1em;
}

/* HEADER */

#header {
 margin-bottom: 2em;
}
#header h5 {
 font-size: 1em;
 line-height: 1.5em;
 margin-top: 1em;
 margin-bottom: 0;
 padding: 0;
 text-align: center;
}
#header p.disclaimer {
 font-size: .85em;
 line-height: 1.4em;
 background-color: #d3d3d3; 
 padding-top: 6px;
 padding-bottom: 6px;
 margin-top: 1em;
 margin-bottom: 1.5em;
 border-top: 1px #666666 solid;
 border-bottom: 1px #666666 solid;
 text-align: center;
}
#header p {
 font-size: .95em;
 line-height: 1.4em;
 text-align: center;
 margin: 0px;
 padding: .5em 0 .5em 0;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #666666;
}

/* HEADING STYLES */

p.part {
 font-weight: bold;
 text-align: center;
 font-size: 1.2em;
 line-height: 1.5em;
 font-variant: small-caps;
 padding: 0;
 margin-top: 2em;
 margin-bottom: 0;
}
p.schedule {
 font-weight: bold;
 text-align: center;
 font-size: 1.2em;
 line-height: 1.5em;
 font-variant: small-caps;
 padding: 0;
 margin-top: 2em;
 margin-bottom: 0;
}
p.division {
 font-weight: bold;
 text-align: center;
 font-size: 1.1em;
 line-height: 1.5em;
 padding: 0;
 margin-top: 1.5em;
 margin-bottom: 0;
}
#title p {
 font-size: .9em;
 line-height: 1.2em;
 font-weight: bold;
 text-align: right;
 margin-top: 2em;
}
#title h2 {
 font-size: 1.25em;
 line-height: 1.5em;
 text-align: center;
 margin: 0px;
 padding: 0px;
 text-transform: uppercase;
}
#title h3 {
 font-size: 1.25em;
 line-height: 1.5em;
 text-align: center;
 margin: 0px;
 padding: 0px;
}
#title h4 {
 font-size: 1em;
 line-height: 2em;
 text-align: center;
 margin: 0px;
 padding: 0px;
}

/* CONTENTS */

#contents table {
 margin-top: 1em;
 margin-bottom: 2em;
 margin-left: 2em;
}
#contents th {
 font-size: 1em;
 line-height: 1.2em;
}
#contents td {
 font-size: .9em;
 line-height: 1.2em;
}
#contents td.part,
#contents td.heading {
 font-weight: bold;
 padding-top: .8em;
 font-size: 1em;
 line-height: 1.2em;
 font-variant: small-caps;
}
#contents td.division {
 font-weight: bold;
 padding-top: .3em;
}
#contents td.submn {
 padding-left: 1.5em;
}

/* PARAGRAPH STYLES */

div.explannote {
 margin-top: 6px;
 margin-bottom: 0;
 padding: 9px;
 display: none;
 border: 1px solid #999999;
 color: #000000;
 background-color: #ededed;
}
div.explannote p,
div.explannote ul {
 margin-top: 0;
 margin-bottom: 0px;
 padding-top: 0;
 padding-bottom: 0;
 font-size: 0.9em;
 line-height: 1.3em;
}
div.explannote li {
 padding-top: 3px;
}
img.button {
 margin-top: 1em;
 margin-bottom: 3px;
}
p.amend {
 margin-top: .7em;
 font-weight: bold;
 font-style: italic;
}
p.amendamend {
 font-weight: bold;
 font-style: italic;
 margin: .7em 0 0 2em;
}
p.amendpara {
 font-weight: bold;
 font-style: italic;
 margin: .5em 0 0 2em;
}
p.amendamendpara {
 font-weight: bold;
 font-style: italic;
 margin: .5em 0 0 4em;
}
p.amendamendsubpara {
 font-weight: bold;
 font-style: italic;
 margin: .5em 0 0 6em;
}
p.conseqamend {
 margin-top: 2em;
 margin-bottom: 0;
 padding-bottom: 0;
 font-weight: bold;
 font-style: italic;
 text-align: center;
}
p.conseqmin {
 margin-top: 0;
 margin-bottom: 0;
 padding-bottom: 0;
 font-style: italic;
 text-align: center;
}
span.DefText {
 font-style: normal;
}
span.AmendingText {
 font-weight: bold;
 font-style: italic;
}
span.QuotedText {
 font-weight: normal;
 font-style: normal;
}
span.QuotedItalic {
 font-weight: normal;
 font-style: italic;
}
span.term {
 font-weight: bold;
 font-style: normal;
}
span.defn {
 font-weight: bold;
 font-style: normal;
}
span.secno {
 font-family: "Courier New", Courier, mono;
 font-weight: bold;
 font-size: 1.3em;
}
.sec0d1 {
 margin-left: 6em;
 text-indent: -2.3em;
}
.sec0d2 {
 margin-left: 6em;
 text-indent: -3.1em;
}
.sec1 {
 margin-left: 6em;
 text-indent: -1.6em;
}
.sec1d1 {
 margin-left: 6em;
 text-indent: -3.1em;
}
.sec1d2 {
 margin-left: 6em;
 text-indent: -3.9em;
}
.sec2 {
 margin-left: 6em;
 text-indent: -2.3em;
}
.sec2d1 {
 margin-left: 6em;
 text-indent: -3.9em;
}
.sec2d2 {
 margin-left: 6em;
 text-indent: -4.7em;
}
.sec3 {
 margin-left: 6em;
 text-indent: -3.1em;
}
.sec3d1 {
 margin-left: 6em;
 text-indent: -4.7em;
}
.sec3d2 {
 margin-left: 6em;
 text-indent: -5.5em;
}
.sec3d3 {
 margin-left: 6em;
 text-indent: -6em;
}
.sec4 {
 margin-left: 6em;
 text-indent: -3.9em;
}
.sec4d1 {
 margin-left: 6em;
 text-indent: -5.5em;
}
.sec5 {
 margin-left: 6em;
 text-indent: -4.7em;
}
.subheading {
 font-style: italic;
 font-weight: bold;
 text-align: center;
}
p.def {
 margin-left: 9em;
 text-indent: -3em;
}
p.defsandwich {
 margin-top: 0.5em;
 margin-bottom: 0;
 margin-left: 9em;
}
p.sub {
 margin-top: 0.5em;
 margin-bottom: 0;
 margin-left: 6em;
}
p.sub-plus-para {
 margin-left: 11em;
 text-indent: -4.8em;
}
p.schIndent1 {
 margin-top: 0.5em;
 margin-bottom: 0;
 margin-left: 6em;
}
p.schIndent2 {
 margin-top: 0.5em;
 margin-bottom: 0;
 margin-left: 9em;
}
p.schIndent3 {
 margin-top: 0.5em;
 margin-bottom: 0;
 margin-left: 12em;
}
p.schLeftHang_1 {
 margin-left: 3em;
 text-indent: -1.1em;
}
p.schLeftHang_2 {
 margin-left: 3em;
 text-indent: -1.6em;
}
p.para {
 margin-top: 0.5em;
 margin-bottom: 0;
 margin-left: 11em;
}
p.subpara {
 margin-top: 0.3em;
 margin-bottom: 0;
 margin-left: 14em;
}
p.clause {
 margin-top: 0.1em;
 margin-bottom: 0;
 margin-left: 17em;
}
p.subclause {
 margin-top: 0.1em;
 margin-bottom: 0;
 margin-left: 20em;
}
span.insert {
 color: #008000;
 text-decoration: underline;
}
span.aborig-stack {
 letter-spacing: -6px;
 padding-right: 2px;
}
span.aborig-stack-after {
 letter-spacing: 3px;
 padding-right: 2px;
}
span.aborig-stack-cap {
 letter-spacing: -9px;
 padding-right: 2px;
}
span.aborig-stack-after {
 letter-spacing: 5px;
 padding-right: 2px;
}
.prnote {
 font-size: .9em;
 line-height: 1.1em;
 margin-top: 0.5em;
 margin-bottom: 2em;
 margin-right: 5em;
 margin-left: 5em;
 text-align: justify;
}
.hnote {
 font-size: .8em;
 line-height: 1em;
 margin-left: 16em;
}
p.rightsmalltext {
 font-size: .6em;
 text-align: right;
}
.tablestyle1 {
 margin-top: 1em;
 margin-bottom: 1em;
 margin-left: 10em;
 font-size: .9em;
 line-height: 1.3em;
}
.tablestyle2 {
 margin-top: 1em;
 margin-bottom: 1em;
 margin-left: 10em;
 font-size: .9em;
 line-height: 1.3em;
}
.tablestyle3 {
 margin-top: 1em;
 margin-bottom: 1em;
 font-size: .9em;
 line-height: 1.3em;
}
.tablestyle4 {
 margin-top: 1em;
 margin-bottom: 1em;
 margin-left: 11em;
 font-size: .9em;
 line-height: 1.3em;
}
.tablestyle5 {
 margin-top: 1em;
 margin-bottom: 1em;
 margin-left: 15em;
 font-size: .9em;
 line-height: 1.3em;
}
.tablestyle6 {
 margin-top: 1em;
 margin-bottom: 1em;
 margin-left: 18em;
 font-size: .9em;
 line-height: 1.3em;
}
.tablestyle7 {
 margin-top: 1em;
 margin-bottom: 1em;
 font-size: .9em;
 line-height: 1.3em;
 /* text-align: center; */
}


/* ACT AMENDMENTS */

p.am {
 text-align: left;
 text-indent: 0px;
}
p.am-section {
 text-indent: 0px;
 margin-top: 1.4em;
 margin-bottom: 0;
}
h4.am-marginal-note {
 margin-top: .8em;
 margin-bottom: 0;
 text-align: left;
 font-size: .9em;
 line-height: 1em;
 font-weight: bold;
}
span.secno {
 font-family: "Courier New", Courier, mono;
 font-size: 1.3em;
}
p.am-sec2 {
 margin-left: 4em;
 text-indent: -2.2em;
 margin-top: .5em;
 margin-bottom: 0;
}
p.am-para {
 margin-top: 0.5em;
 margin-bottom: 0;
 margin-left: 8em;
 text-indent: 0px;
}
p.am-subpara {
 margin-top: 0.5em;
 margin-bottom: 0;
 margin-left: 12em;
 text-indent: 0;
}
p.am-subsec {
 margin-top: 0.5em;
 margin-bottom: 0;
 margin-left: 4em;
 text-indent: 0px;
}
p.am-clause {
 margin-top: 0.2em;
 margin-bottom: 0;
 margin-left: 16em;
 text-indent: 0px;
}

/* TOP AND BOTTOM NAVIGATION */

#breadcrumb {
 font-size: .75em;
 line-height: 1em;
 margin-top: 1em;
 margin-bottom: 2em;
}
#nav-top {
 font-size: .9em;
 line-height: 1em;
 margin-top: 1em;
 margin-bottom: 3em;
}
#nav-bottom {
 font-size: .9em;
 line-height: 1em;
 margin-top: 2em;
 margin-bottom: 1em;
}
div#footer p {
 text-align: center;
 padding-top: 1em;
 font-size: .7em;
 line-height: 1em;
 margin-top: 3em;
 margin-bottom: 1em;
 border-top: 1px #999999 solid;
}
p.aboriginal {
    font-family: BCSans;
}
