/* © 2003 Dynamic Art & Text */
/* written by Kerry Gray - November 2003 */
/* -------------------------------------------- */


/* 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: #990066; }
A:active { color: #FF0000;  }

A.linknav:link {color: #FFFFFF; text-decoration: underline; font-weight: bold; }
A.linknav:hover {color: #FFFF66; text-decoration: underline; font-weight: bold; }
A.linknav:visited {color: #FFFFFF; text-decoration: underline; font-weight: bold; }

A.linksoft:link {	color: #009900;	text-decoration: underline;	font-weight: bold;}
A.linksoft:hover {	color: #FFFFFF;	text-decoration: none;	font-weight: bold;	background-color: #6699CC;}
A.linksoft {	color: #009900;	text-decoration: underline;	font-weight: bold;}  

A.linkred:link {	color: #CC0000;	font-weight: bold;	text-decoration: none;}
A.linkred:hover {	color: #FFFFFF;	text-decoration: none;	font-weight: bold;	background-color: #CC0000;}
A.linkred {	color: #CC0000;	font-weight: bold;	text-decoration: none;} 

A.linkrev:link {	color: #003399;	text-decoration: underline;}
A.linkrev:hover {	color: #FFFFFF;	text-decoration: none;	font-weight: bold;	background-color: #336699;}
A.linkrev {	color: #003399;	text-decoration: underline;}    

A.linkhead:link {	color: #000000;	
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	
	font-weight: bold;	
	font-style: italic;}
A.linkhead:hover {color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	background-color: #6699CC;}
A.linkhead {	color: #000000;	
	text-decoration: none; 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;}   
  				
  		
/* -------------------------------------------- */
/* standard tag styles */

BODY, TD, INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px; } 
	
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;}

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

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

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

h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold;}

h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold;}

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

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

   
.ploose  { line-height: 16px; }
.ptight  { line-height: 10px; }
.plooseR {line-height: 20px;}
	
.indent  { margin-left: 10px  }
.indent_big  { margin-left: 100px  }			
				
/* colours for fonts */

.col-liftText  { color: #336600;  }
.col-red       { color: #FF0000;  }
.col-green     { color: #009900;  }
.col-mist      { color: #666666;  }
.col-honey     { color: #996600;  }
.col-white     {color: white; font-weight: bold; } 

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

.cellBlack {background-color: #000000; color: white;}
.cellWhite {background-color: #FFFFFF;	color: #000000;}
.cellOlive {
background-color: #003300; color: white;
}
