/* CSS Document */

/* TEXT */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
	color: #5a4a3e;
	}	

h1 {
	position: absolute;
	font-size: 0;
	left: -1000px;
   }

h2 {
	color: #5a4a3e;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.85em;
	font-style: italic;
	margin: 0 0 -5px 0;
	font-weight: lighter
	}

h3 {
	color: #5a4a3e;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: lighter
	}
	
#summaryLeft p {
	font-size: 1.2em;
	}

#footer p {
	color: #a9a9a9;
	padding: 0 0 0 55px;
	font-size: 0.9em;
	}