/*

	**  **           **  ************
	**   **         **   ************
	**    **       **         **
	**     **     **          **
	**      **   **           **
	**       ** **            **
	**        ***             **

*/


/***********************************************\
 ******************** PRINT ********************
\***********************************************/

/*	Created: Date & Time
 *	Author: Firstname Lastname <url>
 *
 *	Updated: Firstname Lastname (Date & Time)
*/


/*  For more information on print stylesheets.
 *	http://www.alistapart.com/articles/goingtoprint/
*/


/*	TYPOGRAPHY
 *	----------------------------------------------
*/

	body
	{
		margin: 20pt;
		color: black;
		font-size: 12pt;
		font-family: Arial, Helvetica, sans-serif;
		/* for more information on font stacks please visit - http://articles.sitepoint.com/article/eight-definitive-font-stacks */
		/* for more information on css typeset please visit - http://www.jan-quickels.de/tools-web-typography/ */
	}
	
	
	/* --- links */
	
	a,
	a:link,
	a:active,
	a:visited
	{
		color: black;
		text-decoration: none;
	}
	
	
/*	LAYOUT
 *	----------------------------------------------
*/

	/* hide here any elements you do not want to print 
	   eg.
	   
	*/
	   
	   #mainNav,
	.subnav
	   {
	   		display: none !important;
	   }