/********************
 *  print css
 * 
 ********************/
 
 /* dont print the following divs */
 
 #header,  #nav, #secondary_nav{
	display: none;
}

/* Font Specifications */

h1, h2, h3, h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 16pt;
}

p, ul, table{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  11pt;
}

/* Footer style */

.footer p{
	margin-top:  24pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  8pt;
}

/* Product Table Styles*/

.products_table{
	width: 100%;
}

.products_table thead td{
	font-style:  italic;
	text-align: center;
	font-size:  8pt;
}

.products_table td.check{
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.products_table td.check_end{
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	border-right: 0;
}
 
.products_table td.product{
	color:  #E0410A;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.products_table tr.end td{
	border-bottom: 0;
}



