/* © 2002 Dynamic Art & Text */
/* written by Kerry Gray - March 2002 */
/* -------------------------------------------- */


/* 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: #0000ff; }
A:visited { color: #990099; }
A:active { color: #FF0000;  }

A.navlink:link {
	color: #660099;
	font-weight: bold;
	text-decoration: underline;
}

A.navlink:hover {color: #FF6600; 
			text-decoration: none;
     		font-weight: bold; }
  	
A.navlink {
	color: #660099;
	font-weight: bold;
	text-decoration: none;
}

A.softlink:link {color: #FFFFFF; text-decoration: underline; font-weight: bold;  }
A.softlink:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
A.softlink {color: #FFFFFF; text-decoration: underline; font-weight: bold;  }   
  				
/* -------------------------------------------- */
/* standard tag classes */

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

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

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


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


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

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


h5 { font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     line-height: 12px; 
     font-weight: normal; }

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


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

.head1 {  font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 12px; 
      font-weight: bold; }


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


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

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


.head5 { font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     line-height: 12px; 
     font-weight: normal; }

.head6 { font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     line-height: 13px; 
     font-weight: normal; }
   
.ploose  { line-height: 16px; }

.ptight  { line-height: 10px; }
	
.indent  { margin-left: 30px  }

.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-purple     { color: #660099;  }
.col-grey      { color: #999999;  }
.col-gold     { color: #FF9900;  }
.col-red       { color: #CC0000;  }
.col-white     {color: white; font-weight: bold; } 
.col-blue { color: #336699; }

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

.cellRed {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}
.cellMist {background-color: #CCCCCC; color: #666666;}
.cellBlack {
	background-color: #000000;
	color: white;
	font-weight: bold;
}
.cellGold {
	background-color: #FFCC00;
}
.cellTwilight {
	background-color: #333399;
	color: white;
	font-weight: bold;
}

.cellBlue {
	background-color: #3366CC;
	color: white;
	font-weight: bold;
}
