/* 
	Date: 01/09/2006
	Author  : David Walsh
	Comments:
	Printer friendly pages made easy.
*/

/*  GLOBAL CLASSES  */
*								{ font-family:verdana, arial, helvetica, sans-serif; }
body							{ color:#000000; background:#ffffff; font-size:11pt; }




/*  FORMATTING CLASSES :: TAGS  */
h1, h2, h3, h4, h5, h6	{ font-size:12pt; font-weight:bold; }




/*  FORMATTING CLASSES :: CUSTOM  */
.content_home_images		{ display:none; }
.copyright					{ margin-left:auto; margin-right:auto; width:100%; text-align:left; font-weight:bold; text-align:center; }
.footer_left				{ display:none; }
.image_pane					{ display:none; }
.no_print					{ display:none; }
.print_header				{ font-size:20pt; text-align:center; }
.project_cell				{ width:208px; margin-top:10px; float:left; margin-left:10px; }




/*  LINKS  */
a								{ text-decoration:underline; color:#0000ff; }
