body, h1, h2, h3, h4, h5, h6, a, div, img, pre, blockquote, ol, dl, address  {
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%; /* Required */
}

body {
	background-color: white;
	color: black;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	lang: en-au;
	letter-spacing: normal;
	margin: 0px;
	text-align: left;
}

@media print {
	body {
		background-color: white;
	}
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link,span.hyperlink {
	color: #557eb9;
	font-weight: bold;
}

a:visited,span.hyperlinkfollowed {
	color: #557eb9;
	font-weight: bold;
}

a:hover,span.hyperlinkhover {
	color: #557eb9;
}

div {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1px;
	line-height: 0px;
}

h1,h2,h3,h4,h5,h6 {
	align: left;
	color: black;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

h1 {
	font-size: 15pt;
	margin: 5pt 0pt 5pt 0pt;
}

h3 {
	font-size: 11pt;
	margin: 15pt 0pt 4pt 0pt;
}

h3.links {
	font-size: 11pt;
	margin: 0pt;
}

h4 {
	font-size: 10pt;
	margin: 5pt 5pt 4pt 0pt;
}

h4 a:hover,span.hyperlinkhover {
	color: black;
}

h4 a:link,span.hyperlink {
	color: black;
	text-decoration: none;
}

h4 a:visited,span.hyperlinkfollowed {
	color: black;
	text-decoration: none;
}

h5 {
	font-size: 10pt;
	margin: 7pt 2pt 2pt 0pt;
}

h6 {
	margin: 0pt;
	font-size: 10pt;
	color: white;
	text-align: center;
}

h6 a:hover,span.hyperlinkhover {
	color: white;
	text-decoration: none;
}

h6 a:link,span.hyperlink {
	color: white;
	text-decoration: none;
}

h6 a:visited,span.hyperlinkfollowed {
	color: white;
	text-decoration: none;
}

img {
	border: 0px none;
}

p.text {
	margin-top: 4pt;
	margin-bottom: 4pt;
	margin-left: 2pt;
	margin-right: 0pt;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
	text-align: left;
}

p.texta {
	margin-top: 2pt;
	margin-bottom: 2pt;
	margin-left: 0pt;
	margin-right: 0pt;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

/*
p.textb {
	margin-top: 2pt;
	margin-bottom: 2pt;
	margin-left: 5pt;
	margin-right: 0pt;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
	text-align: left;
}
*/

p.table {
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 1pt;
	margin-right: 1pt;
	font-size: 7.5pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
	text-align: left;
}

table {
	font-family: arial, helvetica, verdana, sans-serif;
}

table.visible {
	border: 1.5pt solid #557eb9;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse
}

table td.visible {
	border: 1pt solid #557eb9;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-left: 5pt;
	padding-right: 0pt;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
	text-align: left;
}

table th.visibletop {
	border: 1pt solid #557eb9;
	border-bottom-width: 1.5pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #d3dbeb;
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-left: 5pt;
	padding-right: 0pt;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: left;
}

table th.visibleleft {
	border: 1pt solid #557eb9;
	border-right-width: 1.5pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #d3dbeb;
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-left: 5pt;
	padding-right: 0pt;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: left;
}

ul {
	list-style-position: outside;
	list-style-image: url(/images/bluebullet.jpg);
	list-style-type: square;
}

.block-page {
	margin: 0px auto;
	min-height: 100%;
	min-width: 100%;
	text-align: left;
}

* html .page-block {
	height: 100%;
}

.block-content {
	min-width: 100%; /* For Modern Browsers */
	width: auto !important; /* For Modern Browsers */
	width: 100%; /* For IE */
}

.block-foot {
	height: 15px;
	left: 0px;
	margin: -15px auto 0px auto !important;
	min-width: 100%; /* For Modern Browsers */
	position: relative;
	text-align: right;
	width: auto !important; /* For Modern Browsers */
	width: 100%; /* For IE */
}

.block-head {
	margin: 0px;
	min-width: 100%; /* For Modern Browsers */
	padding: 0px;
	position: absolute;
	width: auto !important; /* For Modern Browsers */
	width: 100%; /* For IE */
}

.block-menu {
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	min-height: 100%; /* For Modern Browsers */
	position: absolute;
	top: 0px;
	width: 130px;
}

.block-space {
	background: #ffffff;
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	min-height: 100%; /* For Modern Browsers */
	position: absolute;
	width: 10px;
}

.block-title {
	float: left;
	height: 44px;
	min-width: 100%; /* For Modern Browsers */
	position: absolute;
	top: 90px;
	width: auto !important; /* For Modern Browsers */
	width: 100%; /* For IE */
}

.page {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	padding-bottom: 0px;
}

* html .page {
	padding: 0px;
	height: 100%;
	width: 100%;
}

.page-content {
  line-height: normal;
	padding: 0px;
  margin: 78px 0px 10px 0px;
}

.page-foot {
	line-height: normal;
}

.page-head {
	height: 78px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
  vertical-align: middle;
}

.page-menu {
  padding-top: 93px;
  width: 130px;
}

.page-title {
	padding-left:  140px;
}
