/* HTML, BODY 
================================================== */


body { font-family: Georgia, serif; color: black; background: #fff;  } 
	
p { font: 11pt/15pt Georgia, "Times New Roman", Times, serif; }

h1, h2, h3, h4, h5, h6, ul, ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
h1 { font-size: 21pt; }
h2 {font-size: 14pt;}
h3, h4, h5, h6 {font-size: 12pt;}
li { font: 9pt/13pt Arial, Helvetica, sans-serif;  }
dt { font: bold 10pt/15pt "Trebuchet MS", Arial, Helvetica, sans-serif; }	
dd { font: 9pt/13pt "Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 2em; }



/* LAYOUT 
================================================== */

img, #HEAD, #NAV, #FOOT{ 
	display:none;
	}
	
