

/* This stylesheet is for use with ALL pages EXCEPT filmdata.htm, paperdata.htm, and titlepage.htm */


/* (font-family: arial,helvetica) Still need to be added to each page for Netscape support! */








BODY 
{	
	font-family: arial, helvetica, geneva, sans-serif;

	scrollbar-face-color: #B0C4DE; 
	scrollbar-shadow-color: #404040; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #0000A0; 
	scrollbar-track-color: #C2C9E5;
	scrollbar-arrow-color: #000000;

	margin-right: 5%;
	margin-left: 4%
}


/* These are link definitions for the slide out menu ONLY! */

A.ssmItems:link		{color: white;text-decoration:none;}
A.ssmItems:hover	{color:#FFFFFF; color: #000000; background-color : #E9C27B;text-decoration:none;}
A.ssmItems:active	{color:red;text-decoration:none;}
A.ssmItems:visited	{color: #999999;text-decoration:none;}


/* These are link definitions for page content ONLY! */
 
A:link		{text-decoration: none; color: #003399}
A:visited 	{text-decoration: none; color: #999999}
A:active 	{text-decoration: none; color: #999999}
A:hover		{text-decoration: none; color: #FFFFFF; color: #FFFFFF; background-color : #003399; } 


P {font-family: arial, helvetica, geneva, sans-serif;
 font-weight: bold; line-height: 140%;
font-size: 10.0pt;
}


/* For Paragraph Headings*/

P.H {font-family: arial, helvetica, geneva, sans-serif;

font-weight: bold; color: #000099; font-size: 11.5pt;}



B {font-weight: 900;}



/* Bottom Of Page Menus */

TH.menu {
font-family: verdana, arial, helvetica;
line-height: 110%; font-size: 6.0pt;
}



/* For A NonActive Menu Link */

TH.nonactive { 
font-family: verdana, arial, helvetica;
text-decoration: none; color: #FFFFFF;background-color : #003399;
line-height: 110%; font-size: 6.0pt;}


/* HighLight Class = Use For Highlight */
.HL {
  color : black;
  background-color: yellow;
}


/* HighLight Class - Use For Notes */	  
.HLN {
  color : black;
  background-color: gold; font-size: 10.0pt; 
	}





