@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:#e8cdbe; */
		font-family: arial, helvetica, sans serif;
	}

    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;
	}
	H1
	{
		font: 12pt arial;
	}
	H2 
	{
		font: 12pt arial;
	}
	H3 
	{
		font: bold 12pt arial;
	}

/*
Make links red when active
*/

	A:active {color:red;}



/* 
Use this in <head>
<link rel="STYLESHEET" type="text/css" href="tdfstyles.css" />
*/
