/**
 * RefPoint
 * CSS Framework
 * Typography, line-height 16
*/
	body { line-height:1.417; font-size:75%; color:#000; font-family:Tahoma, Arial, Verdana, sans-serif; }
	
	/*  Headers (24-30-20-18-16-14)
	------------------------------------------------------------------------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { font-family:Tahoma, Arial, Verdana, sans-serif; font-weight:normal; }
	h1 { font-size:2.000em; 	line-height:.708; 	margin-bottom:.708em; 	font-weight:bold; } 
	h2 { font-size:2.5em; 		line-height:1.134; 	margin-bottom:.567em;		font-weight:normal; } 
	h3 { font-size:1.667em; 	line-height:.85;		margin-bottom:.85em;		margin-top:1.7em; 	font-weight:normal; }
	h4 { font-size:1.500em; 	line-height:.944;	margin-bottom:.944em;		margin-top:1.888em; 	font-weight:normal; }
	h5 { font-size:1.333em; 	line-height:1.063; 	margin-bottom:1.063em;	margin-top:2.126em; 	font-weight:bold; }
	h6 { font-size:1.167em; 	line-height:1.214; 	margin-bottom:1.214em; 	margin-top:2.428em; 	font-weight:bold; }
	/* ---------------------------------------------------------------------------------------------------------------- */

	/*  Other elements
	------------------------------------------------------------------------------------------------------------------- */
	p, ul, ol, dl { margin:0 0 1.417em 0; }
	
	ul { list-style:disc inside; }
	ol { list-style:decimal inside; }
		
		ul li,
		ol li { margin-bottom:.667em; }

		dl dt { margin-left:1.417em; font-weight:bold; margin-bottom:.354em; }
		dl dd { margin-left:1.417em; margin-bottom:1.417em; }
	
	abbr, 
	acronym { border-bottom:1px dashed #666; }
	address { font-style:italic; }
	del { color:#666; }
	
	a { color:#387EB7; text-decoration:underline; }
	a:focus, 
	a:hover { color:#387EB7; text-decoration:none; }
	
	blockquote { margin:1.417em; color:#666; font-style:italic; }
	strong { font-weight:bold; }
	em, dfn { font-style:italic; }
	dfn { font-weight:bold; }
	pre, code { margin:1.417em 0; white-space:pre; }
	pre, code, tt { font:1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height:1.417; } 
	tt { display:block; margin:1.417em 0; line-height:1.417; }
	
	table {
	margin-bottom:1.417em;
	border-collapse:collapse;
	border-spacing:0;
}
	/* ---------------------------------------------------------------------------------------------------------------- */