<style type="text/css">

/***** Since we use media="print" on link we do not need @media print here *****/
	
	
     body {font-family: Times, serif; background: #FFFFFF;}
		
   /*#printbreak {page-break-before: always;}*/
	.printbreak {page-break-before: always;}

	/* Hide list  drop down boxes */
	 ul { display: none; } 
	 
	 /*hide dropdown list, header, footer, and table lines*/
	 #head, #nav, #foot {display: none; } 
	#all, #training_title, .list_line  {border:none;}
	
	/* This handles all URL links */
	a {text-decoration: none; color: black; }

	/* print out the topics twice as large as normal font */
	.ptitle {font-size: 2.5em; text-align: center; padding-top: 0px; padding-bottom: 0px;}
	.topic {font-size: 2em; text-align: left;}

	/* Hide the enroll button, but still include in flow */
	.cenroll {visibility: hidden; }
	
	/* hide the pointer arrow form euler_utils.js */
	#dhtmlpointer{
        	position:absolute;
        	left: -300px;
        	z-index: 101;
        	display: none;
				}
		
		/*spacers to accomidate Mozilla:Firefox but also keep IE7 satified*/
		#print_spacer {height: 100px;}