/*Copyright (c) CSS Sheet Powertech Nelson New Zealand Limited 2006 */
/*www.powertech-nelson.co.nz, www.powertechnelson.co.nz, www.powertechnelson.com */
/*Design by Nexus Web Limited www.nexusweb.co.nz */


/*heading styles*/

h1{	font-family: arial, sans-serif, verandah, tahoma;font-size: 20pt;}

h2{	font-family: arial, sans-serif, verandah, tahoma; font-size: 18pt;}

h3{	font-family: arial, sans-serif, verandah, tahoma; font-size: 16pt;}

h4{	font-family: arial, sans-serif, verandah, tahoma; font-size: 14pt;}

h5{	font-family: arial, sans-serif, verandah, tahoma; font-size: 12pt;}

h6{	font-family: arial, sans-serif, verandah, tahoma; font-size: 10pt;}

/*body text*/

BODY{ font-family: arial, sans-serif, verandah, tahoma;	font-size: 10pt;}


/*hyperlink main sheet no underlines*/
a:link {
			COLOR: blue;
			TEXT-DECORATION: none;
			}

a:visited {
			COLOR: blue;
			TEXT-DECORATION: none;
			}

a:active {
			COLOR: blue;
			TEXT-DECORATION: none;
			}

a:hover {
			COLOR: #000088;
			TEXT-DECORATION: underline;
			}

/*hyperlink main sheet underlined but stays the same when visited */

a.linkunderline:link {
			COLOR: #blue;
			TEXT-DECORATION: underline;
			}

a.linkunderline:visited {
			COLOR: #blue;
			TEXT-DECORATION: underline;
			}

a.linkunderline:active {
			COLOR: #blue;
			TEXT-DECORATION: underline;
			}

/******************************* Menu Formats ************************/

/*hyperlink navigate menu format style 1 no colour change but underlined on hover*/

			
a.menu1link:link {
			COLOR: blue;
			FONT-WEIGHT: bold;
			TEXT-DECORATION: none;
			}

a.menu1link:visited {
			COLOR: blue;
			FONT-WEIGHT: bold;
			TEXT-DECORATION: none;
			}

a.menu1link:active {
			COLOR: blue;
			FONT-WEIGHT: bold;
			TEXT-DECORATION: underline;
			}
			
a.menu1link:hover {
			COLOR: blue;
			TEXT-DECORATION: underline;
			FONT-WEIGHT: bold;
			BACKGROUND-COLOR: #ece9d8;

			}
			
/*hyperlink navigate menu format style 2 no colour change but underlined on hover made for background colour on the cell*/

			
a.menu2link:link {
			COLOR: #336699;
			TEXT-DECORATION: none;
			}

a.menu2link:visited {
			COLOR: #336699;
			TEXT-DECORATION: none;
			}

a.menu2link:active {
			COLOR: #336699;
			TEXT-DECORATION: none;
			}
			
a.menu2link:hover {
			COLOR: #336699;
			TEXT-DECORATION: underline;		
						}
/* Table Formatting */

table.menustyle1
{font-size: 10pt;
margin: 0px;
padding: 0px;
font-weight: bold;
}

td.menustyle1
{padding: 2px;
color: black;
font-weight: bold;
vertical-align: top;
background-color: 99ccff;
}


table.menustyle2
{font-size: 8pt;
margin: 0px;
padding: 0px;
font-weight: bold;
}

td.menustyle2
{
padding-left: 5px;
height: 19px;
color: black;
font-weight: bold;
}

td.menustyle2-heading
{
padding-left: 5px;
height: 19px;
color: white;
font-weight: bold;
}