/*
*
*	Copyright 2005 pks.co.nz - All Rights Reserved
*
/*** Style for body of home page ***/

body{
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-size:7pt;
	line-height:12pt;
	font-weight:normal;
	text-align:justify;
	margin-left:1%;
	background:#FFFFFF url(../../ImageLibrary/BkgndTile.gif);
}

.homeTxt {
	color:#333333;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-size:8pt;
	line-height:12pt;
	font-weight:normal;
	text-align:justify;
	margin-left:10px;
	margin-right:15px;
	width:427px;
}

.mainTxt {
	color:#333333;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-size:8pt;
	line-height:12pt;
	font-weight:normal;
	text-align:justify;
	margin-left:10px;
	margin-right:15px;
	width:720px;
}

.appendixTxt{
	color:#333333;
	font-family: Arial, Verdana, Sans-Serif;
	font-size:9pt;
	line-height:10pt;
	font-weight:normal;
	text-align:justify;
	padding:0;
	width:720px;
}


.RulesTxt {
	width:650px;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-size:8pt;
	line-height:12pt;
	font-weight:normal;
	text-align:justify;
	margin-left:3%;
}

/*** Style for headings ***/

h1{
	text-align:center;
	color:#E3372E;
	font-weight:bold;
	font-size:10pt;
	line-height:12pt;
	margin-top:5pt;
	margin-right:0pt;
	margin-bottom:5pt;
	margin-left:0cm;
	page-break-after:avoid;
}

h2{
	text-align:left;
	color:#006363;
	font-size:8pt;
	font-weight:bold;
	line-height:10pt;
	margin-top:10pt;
	margin-right:0pt;
	margin-bottom:5pt;
	margin-left:0cm;
	page-break-after:avoid;
}

h3{
	text-align:center;
	color:green;
	font-size:8pt;
	font-weight:bold;
	line-height:10pt;
	margin-top:5pt;
	margin-right:0pt;
	margin-bottom:5pt;
	margin-left:0cm;
	page-break-after:avoid;
}

h4{
	text-align:center;
	color:green;
	font-size:8pt;
	font-weight:bold;
	line-height:10pt;
	margin-top:0pt;
	margin-right:0pt;
	margin-bottom:5pt;
	margin-left:0cm;
	page-break-after:avoid;
}

h5{
	text-align:left;
	color:green;
	font-size:8pt;
	font-weight:bold;
	line-height:10pt;
	margin-top:10pt;
	margin-right:0pt;
	margin-bottom:5pt;
	margin-left:0cm;
	page-break-after:avoid;
}

h6{
	text-align:left;
	color:green;
	font-size:10pt;
	line-height:12pt;
	font-weight:bold;
	margin-top:10pt;
	margin-right:0pt;
	margin-bottom:0pt;
	margin-left:0cm;
	page-break-after:avoid;
}

/*** How the lists will be displayed ***/

li{
	list-style-type: disc;
}

/*** Style For Side Menu ***/

.MenuWrap {
	width:120px;
	margin:0;
	padding:0;
	border:none;
}

.Menu {
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-weight:normal;
	font-size:8pt;
	text-align:left;
	width:120px;
	margin:0;
	padding:0;
	border:none;
}

.MenuItem {
	width:120px;
	background:lightgreen;
	background-image: url(../../ImageLibrary/BrownPip.gif); background-repeat:no-repeat; background-position:10px;
	color:white;
	margin:0;
	padding:0;
	border:none;
}

.MenuItemOver {
	width:120px;
	background:olive;
	background-image:url(../../ImageLibrary/BluePip.gif); background-repeat:no-repeat; background-position:10px;
	color:white;
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
}

.MenuItem a:link, .MenuItem a:hover, .MenuItem a:active, .MenuItem a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

.MenuItemOver a:link, .MenuItemOver a:hover, .MenuItemOver a:active, .MenuItemOver a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

.StaticHdg {
	width:120px;
	background-color:#598FFC;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
	border:none;
}

/*.homeBullet {
	list-style-image: url(../../ImageLibrary/blackbullet.gif);
}

/*** Control for the paragraphs ***/

p{
	font-weight:normal;
	margin-top:0pt;
	margin-right:0pt;
	margin-bottom:0pt;
	margin-left:0pt;
}

/*** How the paragraph links will be displayed ***/

p. a:link{
	font-weight:bold;
	color:brown;/*#E10052;*/
	text-decoration:none;
	/*font-weight:bold;*/
}

p a:visited{
	color:black;
	text-decoration:none;
}

p a:active{
	color:white;
}

p a:hover{
	color:blue;
	text-decoration:underline;
}
*/

/*** How the top links will be displayed ***/

a.topLinks:link{
	color:maroon;
	text-decoration:none;
	font-weight:bold;
}

a.topLinks:active{
	color:white;
	text-decoration:none;
}

a.topLinks:visited{
	color:maroon;
	text-decoration:none;
	font-weight:normal;
}

a.topLinks:hover{
	color:blue;
	text-decoration:underline;
}

/*** How the copyright links will be displayed ***/

a.copyright:link{
	color:green;
	text-decoration:none;
	font-weight:normal;
}

a.copyright:active{
	color:white;
	text-decoration:none;
}

a.copyright:visited{
	color:gray;
	text-decoration:none;
}

a.copyright:hover{
	color:blue;
	text-decoration:underline;
}

/*** How the normal links will be displayed ***/

a:link{
	color:brown;
	text-decoration:none;
	font-weight:bold;
}

a:active{
	color:white;
	text-decoration:none;
}

a:visited{
	color:brown;
	text-decoration:none;
	font-weight:normal;
}

a:hover{
	color:blue;
	text-decoration:underline;
}

/*** How the mainTxt links will be displayed ***/

a.mainTxt{
	color:cyan;
	text-decoration:none;
	font-size:8pt;
}

/*** How the links to other sites will be displayed ***/

a.otherLinks:link{
	color:brown;
	text-decoration:none;
	font-size:8pt;
}

a.otherLinks:active{
	color:white;
	text-decoration:none;
}

a.otherLinks:visited{
	color:maroon;
	text-decoration:none;
}

a.otherLinks:hover{
	color:blue;
	text-decoration:underline;
}

/*** Style for copyright at Term of Use page bottom ***/

p.Termscopyright{
	width:650px;
	margin-left:2%;
	text-align:center;
	font-size:7pt;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	color:black;
	background-color:lightgrey;
}

/*** Style for copyright at page bottom ***/

.copyright{
	text-align:center;
	font-size:7pt;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	color:black;
	background-color:lightgrey;
}

/*** Style for copyright at homepage bottom ***/

.homeCopyright{
	width:760px;
	text-align:center;
	font-size:7pt;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	color:black;
	background-color:lightgrey;
}

p.NormCopyright{
	width:650px;
	margin-left:0;
	text-align:center;
	font-size:7pt;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	color:black;
	background-color:lightgrey;
}

/*** Style for normal paragraphs ***/

p.normal{
	text-align:justify;
	font-size:8pt;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	color:black;
	width:650px;
}

/*** Style for control of tables ***/

table.NoSpace{
	margin:0;
	padding:0;
	border:none;
}

td.NoSpace {
	margin:0;
	padding:0;
	border:none;
	vertical-align:top;
}

td.Address {
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-size:9pt;
	line-height:12pt;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	color:blue;
	margin-left:0px;
	margin:0px;
	padding:0px;
	border:none;
}

td.SideNav {
	width:120px;
	margin:0;
	padding:0;
	border:none;
	vertical-align:top;
}

td.PhotoAdd {
	width:200px;
	padding-top:40px;
	padding-left:40px;
}

