
/* EXTERNAL CSS FILE */
/* FILENAME  STYLES.CSS  */
/* NO HTML MARKUP */

<style>

body         { 
		font-family: Arial, Tahoma, Verdana, sans serif; 
			font-size: 13pt; 
			color:"16381D";
			text-align:left;
			background-color:white;
			line-height:20px; 			}


.jean        { text-align: left; line-height: 150%; 
               margin-top: 3; margin-bottom: 6 }


P             { 
		font-family: Arial, Tahoma, Verdana, sans serif;  
			font-size: 13pt; 
			color:"16381D";
			text-align:left;
			background-color:white;
			line-height:20px; 			
				}


div            { 
			font-family: Arial, Tahoma, Verdana, sans serif; 
			font-size: 13pt; 
			color:"16381D";
			text-align:left;
			background-color:white;
				line-height:24px; 			
				}


h1			{ 
			font-family: Bookman, Times New Roman, serif; 	
			font-size: 28; 
			color:"996633"; 
			margin-top: 6; margin-bottom: 6 
						
			}
			
		
h2           { 
		font-family: Times New Roman, Times, bookman, serif; 
			font-size: 22 pt; 
			color:"16381D";
			text-align:left;
			background-color:white;
			margin-top: 6; margin-bottom: 6 
		
				}
			
h3           { 
			font-family: Times New Roman, Times,bookman, serif; 
			font-size: 16pt; 
			color:"996633";
			margin-top: 6; margin-bottom: 6  
			}
			
			
h4           { 
	font-family: arial, tahoma, verdana, sans serif;
			font-size: 13 pt; 
			color:"996633"; 
		 
			margin-top: 6; margin-bottom: 6 	
			}
		
h5           { 
			font-family: arial, tahoma, verdana, sans serif; 
			font-size: 13pt; 
			font-weight:bold;
			color:"996633"; 
			text-align:left; 
	
	
			}
			
			h6           { 
			font-family: arial, tahoma, verdana, sans serif; 
			font-size: 12pt; 
			font-weight: normal;
			color:"996633"; 
			text-align:left; 
	
	
			}


		
abbr			{
			border-bottom: 1px dotted;
			cursor: help;
			}

acronym		{
			border-bottom: 1px dotted;
			cursor: help;
			}

.pad	{padding-left: 2px;

			}
.indent		{margin-left: 3px;}

.title   {		font-family: Times New Roman, Times, bookman, serif; 
			font-size: 14pt; 
			color:"996633"; 
			text-align:left;

}	

.brown { 	font-family: Times New Roman, Times, ,bookman, serif; 
			font-size: 13pt; 
			color:"996633"; 
			text-align:left; 
			}				             
	
	
	.white { 	font-family: Arial, Tahoma, Verdana, sans serif;
			font-size: 13pt; 
			color:"996633"; 
			text-align:left; 
			}			
.regular {		font-family: Arial, Tahoma, Verdana, sans serif; 
			font-size: 13pt; 
			color:"16381D"; 
			text-align:left;

}		
		
ul			{
			list-style-image:disc;
			}

ol			{
			list-style-type:decimal;

			}

li        { 
			font-family: Arial, Tahoma, Verdana, sans serif;
			font-size: 13pt; 
		color:"16381D";
			text-align:left;
			background-color:white;
					line-height:18px;
					margin-left: 5px;
			padding-bottom:10;
		
				}


td        { 
			font-family: Arial, Tahoma, Verdana, sans serif;
			font-size: 13pt; 
	  color:"16381D";
			text-align:left;
			background-color:white;
					line-height:20px;
		
				}

tr         { 
	font-family: Arial, Tahoma, Verdana, sans serif;
			font-size: 13pt; 
			color:"16381D";
			text-align:left;
			background-color:white;
			line-height:20px;
		
				}
			
a:link    { 	font-family: Arial, Tahoma, Verdana, sans serif;
			font-size: 13pt; 
 			text-decoration: underline; 
			font-weight: normal;
			color: "996633";
			}

a:visited      { 	font-family: Arial, Tahoma, Verdana, sans serif;
			font-size: 13pt; 
 			text-decoration: underline; 
			font-weight: normal;
			color: green;
			  }

		
a:hover    { 	font-family: Arial, Tahoma, Verdana, sans serif;
			font-size: 13pt; 
 			text-decoration: underline; 
 			font-style: oblique;
			font-weight: normal;
				color: "996633";
		border-bottom: 1px dotted brown;
			}
			
	
			
			
a:active     { 	font-family: Arial, Tahoma, Verdana, sans serif;
			font-size: 13pt; 
 			text-decoration: underline; 
			font-weight: normal;
				color: "996633";
				border-color: brown; border-style: dashed; border-width: 1px; }


.font	{ font-family: Tahoma, arial, sans-serif; font-size: 10pt;}




#para		{
			padding-left: 0.5cm;
			padding-right: 0.5cm;
			}


.para		{
			padding-left: 0.5cm;
			padding-right: 0.5cm;
			}

.indent		{
			padding-left: 2.0cm;
			padding-right: 0.5cm;
			}
			
			
			</style>