@charset "iso-8859-1";
/*
Add background color to body
Change all body text to arial
Change definitions of EM and I HTML tags so that tables have right size and appearance
*/
	BODY
	{
	
		background-image: url(files/montage.jpg);
		background-repeat: repeat-x;
		/*
		font-family: serif;
		
		color:#c44a20;
		*/
	}

    EM 
    {
        font: bold 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;
	}


/*
Make links red when active
*/

	A:active {color:red;}



/* 
Use this in <head>
<link rel="STYLESHEET" type="text/css" href="tdfstyles.css" />
*/
