/* STYLE.CSS */


/******************** Generic Selectors ********************/
BODY { 	font:size: 10pt;
	background-color:	#FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #024;
	font-family: arial, verdana, helvetica, sans-serif;
	 }

	 
P { background: transparent;
	color: 024;
	line-height: 1.1em;;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	}

	
H1 { color: #024;
	 font-size: 15pt;
	 margin: 0;
	 padding: 0;
 	font-family: arial, verdana, helvetica, sans-serif;
	}


H2 { color: #024;
   	 font-size: 12pt;
	 margin: 0;
	 padding: 0;
 	font-family: arial, verdana, helvetica, sans-serif;	
	}
	
	
H3 { color: #024;
   	 font-size: 11pt;
	 margin:0
	 margin: 0px;
	 font-family: arial, verdana, helvetica, sans-serif;
	}

H4 { color: #024;
   	 font-size: 10pt;
	 margin:0
	 margin: 0px;
	 font-family: arial, verdana, helvetica, sans-serif;
	}
	
H5 { color: #024;
   	 font-size: 9pt;
	 margin:0
	 margin: 0px;
	 font-family: arial, verdana, helvetica, sans-serif;
	}

H6 { color: #024;
   	 font-size: 8pt;
	 margin:0
	 margin: 0px;
	 font-family: arial, verdana, helvetica, sans-serif;
	}

	
TABLE {border-style: none;
		border-width: 0;
		border-color: #333;
		font-size: 10pt;	 
   	 	font-family: arial, verdana, helvetica, sans-serif;
		}

UL {font-size: 10pt;
	font-weight: bold;
 	font-family: arial, verdana, helvetica, sans-serif;
	}
		
A	{font-family: arial, verdana, helvetica, sans-serif;
	}

/******************** Pseudo classes ********************/	

A:visited {color: blue }
A:hover { color: #69C }
A:active {color: rgb(102,0,102) }



/* Navigation bar link colours */
A.nav { color: #333;
		text-decoration: none;
/*		line-height: 1.0em;		*/
		font-weight: bold; }
A.nav:visited { color: #333; }
A.nav:hover { color: #666633; }  


A.Cowie { color: #024;
		text-decoration: none; }
A.Cowie:visited {color: #024; }
A.Cowie:hover { color: #888880; }

UL.bullet {	list-style-type: disc;}

			
TABLE.page { width: 780px;
			height: 100%;
			background-color: #EFEFEF;
			border: 0;
			margin: 0px;
			padding: 0px;
			border-bottom-style: solid;
			border-bottom-width: 2px;
			border-bottom-color: #999;
			z-index: 0
			 }
			
TABLE.head {
			height: 100%;
			background-color: #006699; 
			color: white; 
			width: 100%;
			margin: 0px;
			padding: 0px;
			border: 0;
			border-bottom-style: solid;
			border-bottom-width: 2px;
			border-bottom-color: #246;
			z-index: 5;
			 }
							
TABLE.nav	{width: 103px;
			color: #333;
			background-color: #DADACA;			
			align: center;
			margin: 10 0 0 10;
			padding: 0;
			border: 0;
			border-right-style: solid;
			border-right-width: 1px;
			border-right-color: #999; 
			border-bottom-style: solid;
			border-bottom-width: 1px;
			border-bottom-color: #999;
			font-size: 8pt;
			z-index: 4;
			 }

TABLE.data	{background-color: #FFFEE8;
			color: #369;
			border-style: solid;
			border-width: 1;
			border-color: #369;
			font-size: 8pt;
			z-index: 6;
			}
			 			
TD.head		{
			height: 60px;
			margin: 0;
			padding: 0;
			border: 0; }

TD.nav		{padding: 5px;
			text-align: center;
			line-height: 1.0em;
			}
			
TD.data		{border-style: solid;
			border-width: 1;
			text-align: center;
			}

/******************** ID's ********************/

