﻿
body {
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: Black;
	text-decoration: none;
}

H1 {
	background-color: Transparent;
	font-size: 11pt;
	font-family: Tahoma;
	color: #1B8EA3;
	font-weight: bold;
}

/*  Used for Page Headings  */
.h1, .h1B, .h1L, .h1LB, .h1A, .h1AB {
	font-size: 14pt;
	font-family: Tahoma;
}

/*  Used for Section Headings  */
.h2, .h2B, .h2L, .h2LB, .h2A, .h2AB {
	font-size: 12pt;
	font-family: Tahoma;
}

/*  Used for Normal Text  */
.h3, .h3B, .h3L, .h3LB, .h3A, .h3AB, .h3WB, .dateCombo, .listCombo {
	font-size: 11pt;
	font-family: Tahoma;
}

/*  Used for Non-required text */
.h4, .Lh4, .h4B, .h4L, .h4LB, .h4A, .h4AB, .h4V  {
	font-size: 10pt;
	font-family: Tahoma;
}

/*  Used for Notations, etc., */
.h5, .h5B, .h5L, .h5LB, .h5A, .h5AB {
	font-size: 9pt;
	font-family: Tahoma;
}

.h5I {
	font-size: 9pt;
	font-family: Times New Roman;
	font-style: italic;
}


/*   underlining  */
.h1, .h2, .h3, .h4, .Lh4, .h5, .h1L, .h2L, .h3L, .h4L, .h5L, .h5I, .h1A, .h2A, .h3A, .h4A, .h5A, .h1B, .h2B, .h3B, .h4B, .h5B, .h1LB, .h2LB, .h3LB, .h4LB, .h5LB, .h1AB, .h2AB, .h3AB, .h4AB, .h5AB {
	text-decoration: none;  }

/*   Font weights  */
.h1, .h2, .h3, .h4, .Lh4, .h4V, .h5, .h1L, .h2L, .h3L, .h4L, .h5L, .h5I, .h1A, .h2A, .h3A, .h4A, .h5A, .dateCombo, .listCombo {
	font-weight:normal;  }
.h1B, .h2B, .h3B, .h4B, .h5B, .h1LB, .h2LB, .h3LB, .h3WB, .h4LB, .h5LB, .h1AB, .h2AB, .h3AB, .h4AB, .h5AB {
	font-weight: bold;  }

/*   Font colours  */
.h1, .h2, .h3, .h4, .Lh4, .h5, .h1B, .h2B, .h3B, .h4B, .h5B, .h5I, .dateCombo  {
	color: Black;  }
	
.h1L, .h2L, .h3L, .h4L, .h5L, .h1LB, .h2LB, .h3LB, .h4LB, .h4LB, .h5LB {
	/* this is the CSIRO blue */
	color: #0099CC;  }
.h1A, .h2A, .h3A, .h4A, .h5A, .h1AB, .h2AB, .h3AB, .h4AB, .h5AB {
	/* this is the alternative colour (CottASSIST dark Green) */
	color: #339933;  }

	/* this is the #75C043 (same colour as lime green in CottASSIST logo) 
	color: #75C043;  }*/

.h4V {
	/* this is the validation error colour */
	color: Red; }

.h3WB {
	color: White; }

.Lh4 {
	text-align: left}
	

.h6 {
	/* this is a light gray colour used for references/annotations */
	color: #696969;
	font-size: x-small;
}

/*--------------------------------------------------------------------*/
/*  The following is for the page headings of each of text on pages
/*--------------------------------------------------------------------*/

.ptIcon {
	display: none;
}
	
.pageTitle {
	display: none;
}



/*--------------------------------------------------------------------*/
/*  The following is what we are not printing:
/*--------------------------------------------------------------------*/


.headerImages {
	display: none;
}

.buttons {
	display: none;
}

.leftmenu {
	display: none;
}

.loginArea {
	display: none;
}

.linksArea {
	display: none;
}

