/* Date: 9/1/2005
   Author  : David Walsh
   Comments:
   Printer friendly pages made easy.
--------------------------------------- */

/* SAME FONT IS USED FOR ALL TEXT
--------------------------------------- */
body, div, p, blockquote, li, td, span, .copyright, .error, .testimonial
{
	font-family: verdana, arial, helvetica, sans-serif;
}

div
{
	text-align:left;
}

body
{
	/*color : #000000;*/
	
	background : #ffffff; 
	font-size : 10pt; 
}

a
{
	text-decoration : underline; 
	color : #0000ff; 
}

h1, h2, h3, h4, h5, h6
{
	font-size : 12pt;
	font-weight: bold;
}

#nav_1, #sidebar, #sidebar_2, #heading, #subnav_1, #subnav_2, #subnav_3
{
	display : none; 
}

