body, body * 	{margin:0; padding:0; text-indent:0; text-decoration: none; outline:none; font-weight:normal;}
body img		{border:0;}

body { 
	color:black;
	font: 12px/18px arial, sans-serif;
	} 
	
	p 	{margin-bottom:10px; display:block; color:gray;}

	h1 	{font-size: 18px; line-height:24px; margin-bottom:15px;}
	h2 	{font-size: 13px; line-height:20px; margin:15px 0 0 0px;}
	h3 	{font-size: 13px; line-height:20px; color:#1282c2; text-transform:uppercase; letter-spacing:1px; margin-bottom:3px;}
	h4 	{font-size: 14px; line-height:16px; margin-bottom:5px;}
	
	
	strong 	{font-weight:bold;; }
	em 		{font-style:italic;}

		/*	images */
		img {max-width:50%;}


	/*	hide navigigation, buttons, etc. */
		.header-buttons, nav, footer, p.back, p.print-button, .hidden, .share {display:none;}

	/* 	logo */
		h1#header-logo a {padding-bottom:20px; color:black; margin-bottom:40px;}


	/*	links */
		a {color:#9d1114; border:0; }
		a:after { content: " (" attr(href) ") "; font:90% courier, monospace; color:#555 !important;}
		h1 a:after, h2 a:after, a.button:after {content: "";}

	