/* units.css */
/* CM Rivers, crivers@riv.co.nz */

.hd {	text-align: center;
	font-weight: bold;
	font-size:14pt ;
	font-family:arial,verdana,sans-serif;
	color: olive;
	line-height:26pt;
	background:"#c0d9d9"
       }
.auth {font-weight:normal;
	font-size:12pt ;
	font-family:arial,verdana,sans-serif;
	color: black;
	line-height:18pt;
	background:"#c0d9d9"
       }

body {	margin-left: 15px;margin-right: 15px;}
P,p,td,.nm,ul,li,blockquote,td,span,a {	
	font-weight: normal;
	font-size: 10pt;
	font-family: verdana, arial,sans-serif;
	color: black}

.ft     {font-family: verdana,arial,sans-serif;
	font-size: 8pt;
	font-weight:normal;
         }
h2,H2,h1,H1 {	text-align: center;
	font-weight: bold;
	font-family:verdana,arial,sans-serif;}

h1,H1 {font-size:16pt}
h2,H2 {font-size:14pt}

a,A {	color:navy;
	text-decoration:none;
	font-weight:bold;}

a:hover {color:red}

.f5 { 	background-color:#f5f5f5;
	text-align:center}

.gr    {	color:darkolivegreen}
.tl    {	color:teal}
.mr   {	color:maroon}
.ol    {	color:olive}
.hdmn {font-family:arial,sans-serif,verdana;font-size:10pt;font-weight:normal;text-decoration:underline}