/* © 2003 Dynamic Art & Text */
/* written by Kerry Gray - August 2003 */
/* for Australian Wood Design Studio */
/* -------------------------------------------- */


/* Cross-browser or platform WARNINGS !!  */

/* TD does not work in Netscape */
/* LI only effects the bullet in Netscape  */
/* there are other x-platform issues */



/* -------------------------------------------- */
/* navigation styles */

A:link { color: #000066; }
A:visited { color: #666666; }
A:active { color: #FF0000;  }

A.navlink:link {color: #CCCCCC; text-decoration: none;
			font-family: Arial, Helvetica, sans-serif;
     		font-size: 12px; 
     		line-height: 20px;
     		font-weight: bold; }

A.navlink:hover {color: #6666FF; text-decoration: none;
  			font-family: Arial, Helvetica, sans-serif;
     		font-size: 12px; 
     		line-height: 20px;
     		font-weight: bold; }
  	
A.navlink {color: #CCCCCC; text-decoration: none;
  			font-family: Arial, Helvetica, sans-serif;
     		font-size: 12px; 
     		line-height: 20px;
     		font-weight: bold; }

A.softlink:link {color: #006600; text-decoration: underline}
A.softlink:hover {color: #CC6633; text-decoration: underline}
A.softlink {color: #006600; text-decoration: underline}   

  				
  	
/* -------------------------------------------- */
/* standard tag classes */

BODY, TD, INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px; }   	
	
p {  font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px; 
     line-height: 14px;  }

li { font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
     	line-height: 12px;
		color: #000000}
				
  	
/* -------------------------------------------- */
/* HEADINGS */

h1 {  font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 13px; 
      font-weight: bold; }


h2 { font-family: Arial, Helvetica, sans-serif;
     font-size: 14px; 
     font-weight: bold; }


h3 {  font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold; }

h4 { font-family: Arial, Helvetica, sans-serif;
     font-size: 16px;
     line-height: 16px; 
     font-weight: bold; }


h5 { font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;  }

H6 { font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     line-height: 16px; }		


/* -------------------------------------------- */
/* CLASSES defining attributes for blocks of text */
/* -------------------------------------------- */


.sign { font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
   line-height: 10px; } 
   
   
.ploose  { line-height: 16px; }
.ptight  { line-height: 11px; }	
.indent  { margin-left: 10px  }

.cite { font-family: Arial, Helvetica, sans-serif; 
				font-size: 10px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000000; 
				background-color: #EEEEEE}
				
				
/* colours for fonts */

.col-twilight  { color: #333399;  }
.col-green     { color: #006600;  }
.col-mist      { color: #999999;  }
.col-honey     { color: #996600;  }
.col-red       { color: #990000;  }
.col-white     {color: white; font-weight: bold; } 


/* colours for cell backgrounds with associated text colour */

.cellForest {background-color: #003333; color: #009933;}
.cellGrey {background-color: #EEEEEE; color: #666666;}
.cellBlack {background-color: #000000; color: white;}
.cellGreen {background-color: #006600; color: white;}
.cellTwilight {background-color: #333399; color: white;}
.greyState {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.thispage {
	color: #66CC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
