/* Site Heading 1 ********************************************************** */
/* Used for level 1 site headings in navigation frame */
				  
.SH1 
	{	
		font: 12pt "Arial";
		color: red;  
		width: 100px;
		text-align: center;
		text-decoration: none
	}

.SH1 A:link, 
.SH1 A:visited,
.SH1 A:active
	{ 
		color: red;  
		text-decoration: none
	}

.SH1 A:hover
	{ 
		color: FireBrick;  
		text-decoration: none
	}


/* Site Heading 1 small **************************************************** */

.SH1SMALL 
	{
		font-size: 8pt;
		font-weight: bold;
		font-family: "Arial";
		color: FireBrick; 
		background: tan; 
		width: 100px;
		text-align: center;
		text-decoration: none
	}

.SH1SMALL A:link, 
.SH1SMALL A:visited
	{ 
		color: FireBrick; 
		text-decoration: none
	}

.SH1SMALL A:active,
.SH1SMALL A:hover
	{ 
		color: red;  
		text-decoration: none
	}


/* Site Heading 1 Page ***************************************************** */
   
.SH1PAGE 
	{
		font: 12pt "Arial";
		color: red;
		background: tan; 
		width: 100px;
		text-align: left;
		text-decoration: none
	}

.SH1PAGE A:link, 
.SH1PAGE A:visited,
.SH1PAGE A:active,
.SH1PAGE A:hover
	{ 
		color: red;  
		text-decoration: none
	}



/* Site Heading 2 ********************************************************* */

.SH2PAGE 
	{
		font: 10pt "Arial";
		color: orange;
		background: teal;
		width: 100px;
		text-align: left;
		text-decoration: none
	}

.SH2PAGE A:link, 
.SH2PAGE A:visited,
.SH2PAGE A:active
	{ 
		color: orange;  
		text-decoration: none
	}


/* Topic ******************************************************************* */

.TOPIC 
	{
		font: 8pt;
		font-family: "verdana, helvetica, sans-serif";
		color: orange;
		text-decoration: none
	}

.TOPIC A:link,
.TOPIC A:active
	{
		color: orange;
		text-decoration: none
	}

.TOPIC A:visited 
	{
		color: pink;
		text-decoration: none
	}
		

/* Table of Contents Location Heading 1 ************************************ */

.tocLocH1 
	{
		font-size: larger;
		font-family: "verdana, helvetica, sans-serif";
		font-weight: bolder;
		color: dodgerblue;
		text-align: left;
		text-decoration: underline
	} 

.tocLocH1 A:link,
.tocLocH1 A:visited,
.tocLocH1 A:active
	{
		color: dodgerblue;
		text-decoration: underline
	} 


/* Table of Contents Location ********************************************** */

.tocLoc 
	{
		font: 8pt;
		font-family: "verdana, helvetica, sans-serif";
		color: orange;
		text-decoration: none
	}

.tocLoc A:link,
.tocLoc A:visited,
.tocLoc A:active
	{
		color: orange;
		text-decoration: none
	}
	

			   
BODY 
	{ 
		font-family: "verdana, helvetica, sans-serif" 
	}

