/* © 2004 Dynamic Art & Text */
/* written by Kerry Gray - April 2004 */
/* -------------------------------------------- */


/* navigation styles */

A:link { color: #0000FF; }
A:visited { color: #990066; }
A:hover {	color: #FF0000;  }
A:active { color: #FF0000;  }

A.linknav:link {
	color: #666600;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}
  	
A.linknav {
	color: #666600;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}

A.linknav:hover {color: #CC6600; text-decoration: underline;
  			font-family: Verdana, Arial, Helvetica, sans-serif;
     		font-size: 11px; 
     		line-height: 12px; }
				
A.linksoft:link {	color: #336699;	text-decoration: underline;}

A.linksoft {	color: #336699;	text-decoration: underline;}  

A.linksoft:hover {	color: #9966CC;	text-decoration: none;	font-weight: bold;}

A.linkrev:link {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}
A.linkrev {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}    
A.linkrev:hover {	color: #FF0000;	text-decoration: underline;	font-weight: bold;}

/* -------------------------------------------- */
/* standard tag styles */

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

li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;}

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

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

h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; 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: 16px; line-height: 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; }
.plooseR {
	line-height: 20px;
	color: #006666;
}
.ptight  { line-height: 10px; }
	
.indent  { margin-left: 10px  }
.indent_big  { margin-left: 100px  }

p.bigger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
			
/* colours for fonts */

.col-liftText  { color: #0066CC;  }
.col-mist      { color: #999999;  }
.col-contrast     { color: #CC6666;  }
.col-red    { color: #CC0000;  }
.col-white     {color: white; font-weight: bold; } 

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

.cellDATred {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
}
.cellMist {background-color: #003333; color: #009933;}
.cellContrast {background-color: #EEEEEE; color: #666666;}
.cellBlack {background-color: #000000; color: white;}
.cellTwilight {background-color: #6699CC; color: white;}
.cellStorm { background-color: #CCCCCC; color: #000000; }
.cellWhite {	background-color: #FFFFFF;	color: #000000;}

.bgplacement {
	background-image: url(../images/bgSnow-soft.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.ruleX   {   color: #006600;
			 height: 2px;  }
.col-diff {
	color: #006666;
}
