
/* =================================================================== */
/* Standard Typography */
/* =================================================================== */

	/* 
	Sets up some sensible default typography
	*/

	/* ------------------------------------------------------------------- */
	/*  Default font settings */
	/* ------------------------------------------------------------------- */  


	body { 
		font-size: 13px;
		font-family: "Arial","Helvetica",sans-serif;
		color: #606060;
		line-height: 23px;
	}
