/* 
	Date: 03/14/2006
	Author  : David Walsh
	Comments:
	Printer friendly pages made easy.
*/

/*  GLOBAL CLASSES  */
*								{ font-family:arial, helvetica, sans-serif; }
body							{ color:#000000; background:#ffffff; font-size:9pt; }

#footer div					{ text-align:left; border-top:1px solid #333; padding-top:4px; }


#home_content_left,#content_left			{ width:310px; }
#home_content_right,#content_right		{ width:310px; }


/*  FORMATTING CLASSES :: TAGS  */
/* h1, h2, h3, h4, h5, h6	{ font-size:11pt; font-weight:bold; } */
h1								{ font-size:18px; padding:0 0 15px 0; }
h2								{ font-size:12px; padding:5px 0 0 0; }
h3								{ font-size:12px; }
h4								{ font-size:13px; margin:0 0 10px 0; }
h6								{ font-family:Times New Roman, Times, Garamond, serif; font-size:27px; color:#592D00; line-height:26px; }
li								{ line-height:15px; }



/*  FORMATTING CLASSES :: CUSTOM  */
.clear						{ clear:both; }
.no_print					{ display:none; }
.print_only					{ display:block; }
.print_onlyi				{ display:inline; }
.page_break					{ page-break-before:always; }
.print_small2				{ font-size:11px; padding-left:15px; }
.small_print				{ font-size:16px; }
.td_pad
#footer div					{ line-height:15px; }
.page-break { display:block; page-break-before:always; }


/*  LINKS  */
a								{ text-decoration:underline; color:#0000ff; }
