@charset "iso-8859-1";
/*

Change all body text to arial
Change definitions of EM and I HTML tags so that tables have right size and appearance
*/
	BODY
	{
		
		font-family: arial, helvetica, sans serif;
	}

    EM 
    {
        font: bold italics 9pt arial,  sans-serif;    
    }

    I
    {
        font: 8pt arial, sans-serif;
    }
/*
Indent for all contents of main page table
Change H1 and H2 tags to 12pt arial, h3 to 12 pt arial bold
*/
	#area
	{
		position: relative;
		margin-left: 1em;
		margin-right: 1em;
	}
	#areamid
	{
		position: relative;
		margin-left: 15em;
		margin-right: 1em;
	}
	H1
	{
		font: 14pt arial;
	}
	H2 
	{
		font: bold 12pt arial;
	}
	H3 
	{
		font: 12pt arial;
	}

/*
Make links match area font then go red when active
*/

	A:link {color: #593a14;}
	A:visited {color: #593a14;}
	A:hover {color: red;} 

/*
Set the footer style
*/ 


	div.footer {font-size: 9pt ;
				line-height: 12pt;
				text-align: center;}
				
				
	div.narrative {text-align: justify;}

/* 
Use this in <head>
<link rel="STYLESHEET" type="text/css" href="saws_styles.css" />
*/

