
/*	Default fonts and colors. 
	If you prefer serif fonts, remove the font-family 
	on the headings, and apply this one to the body:
	font:1em Georgia, "lucida bright", "times new roman", serif;
	-------------------------------------------------------------- */
	
	body { color:#565656; font-family:Arial, "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; line-height:1.5;}
	h1, h2, h3, h4, h5, h6 { color:#565656; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}


/*	Headings
	-------------------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { font-weight:normal;}

	.Heading1, h1 { font-size:1.8em; line-height:1em; margin-bottom:1em;}
	.Heading2, h2 { font-size:1.4em; font-weight:bold; line-height:1.29em; margin:1.935em 0 0.65em 0;}
	.Heading3, h3 { font-size:1.3em; font-weight:bold; line-height:1.39em; margin:2.08em 0 0.695em 0;}
	.Heading4, h4 { font-size:1.2em; font-weight:bold; line-height:1.5em; margin:2.25em 0 0.75em 0;}
	.Heading5, h5 { font-size:1.2em; font-weight:bold; line-height:1.64em; margin:0 0 1.64em 0;}
	.Heading6, h6 { font-size:1em; font-weight:bold; line-height:1.8em; margin:0 0 1.8em 0;}

	h2.topOfPage { margin:0 0 1.333em 0;}
