/* Setting for main heading text. Colour is brown - use H1 tag */
h1 {
	color: #968162;
	font-size: 12pt;
	font-family: Tahoma, Verdana, Arial, "MS sans-serif";
	font-weight: bold;

	}
	
/* Setting for level 2 heading. Colour is green - use H2 tag */

h2  {
	color: #a39f70;
	font-size: 11pt;
	font-family: Tahoma, Verdana, Arial, "MS sans-serif";
	font-weight: bold;

	}

	/* Setting for level 3 heading. Colour is light brown - use H3 tag */

h3  {
	color: dcbf97;
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, "MS sans-serif";
	font-weight: bold;
	font-variant: small-caps;

	}
	
	/* Setting for level 4 heading. Colour is light brown - use H4 tag (same as .boldphrase */
	
h4	(color: #a39f70; 
	 font-size: 10pt;
	 font-family: "Tahoma", Verdana, Arial, "MS sans-serif";
	 font-weight: bold; 
	 line-height: normal
	 
	 }
	 
h5 {
	font-family: Tahoma, Verdana, Arial;
	line-height: normal;
	font-weight: bold;
	color: #a39f70;
  }
h4 {
font-family: "Tahoma", Verdana, Arial; font-weight: bold; color: #a39f70; line-height: normal
}
h6 {
	font-family: "Tahoma", Verdana, Arial;
	font-weight: bold;
	color: #a39f70;
	line-height: normal;
	font-size: 10pt;

  }
		   
/* Setting for scrollbar color. Colour is brown. Shadow is brown. Arrow is white. Highlight is black */

body {
	  	   background: #ffffff;
		   scrollbar-face-color: #dcbf97;
		   scrollbar-shadow-color: #a38b5d;
		   scrollbar-highlight-color: #000000;
		   scrollbar-3dlight-color: #e6dca7;
		   scrollbar-darkshadow-color: #a39f70;
		   scrollbar-track-color: #fff4bc;
		   scrollbar-arrow-color: #ffffff; 
	 }
	
/* Setting for paragraphs */

p  		   {
		   font-size: 10pt;
		   font-family: Verdana, Tahoma, Arial, "MS sans-serif";
		   }
		   
/* Setting for bold */

b {
	font-family: "Tahoma", Verdana, Arial, "MS sans-serif";
	font-weight: bold; 
	color: #a39f70; 
	line-height: normal
  }
		   
/* Top margin setting */

/* body   {margin-top: 0px} */

/* body text settings */

td 	{	   font-size: 10pt;
		   font-family: Verdana, Tahoma, Arial, "MS sans-serif";
		   
		   }   
		   
/* Setting for ordered list */

ol {  font-family: Verdana, Tahoma, Arial, "MS Sans Serif"; font-size: 10pt}


/* Setting for bulleted list using green triangle image */
ul 	 {
	   	 list-style-image: url(../images/triangle-green.gif); 
		 list-style-position: outside	}
		 
		   


/* Settings for links, visited and active link is dark blue visited is purple active is red background is pale blue */

   			a:link
			  {color: #003399;
			  text-decoration: none}
			a:visited
			  {color: #990066;
			  text-decoration: none}
			a:active
			  {color: #FF0033;
			  text-decoration: none}
			  
/* Special class for side bar navigations */
			  
			  a.sidebar:link
			    {color: #003399;
			    text-decoration: none}
			  a.sidebar:visited
			    {color: #990066;
			    text-decoration: none}
			  a.sidebar:active
			    {color: #FF0033;
			    text-decoration: none}
			  a.sidebar:hover
			    {color: #3300cc;
			    background: #90c5fb;
			    text-decoration: none}  	 
	


.boldphrase {  font-family: "Tahoma", Verdana, Arial; font-weight: bold; color: #a39f70; line-height: normal}
.loweralphalist {  list-style-type: lower-alpha}
.indentcell {  padding-left: 2px}
		  
		  
	  


