/* 
STYLE:		product_literature.css
*/

@media screen { 
	.hidefooter { display: none }
}

@media print {
	.hidefooter { page-break-after: always }
}

p  {
	font-size : 10pt;
	margin-top : 0;
	margin-bottom : 5
}


h6 {
	font-size : 14pt;
	font-weight : bold;
	margin-top : 0;
	margin-bottom : 0
	
}

h5 {
	font-size : 12pt;
	font-weight : bold;
	margin-top : 0;
	margin-bottom : 0
	
}

h4 {
	font-size : 10pt;
	font-weight: bold;
	margin-top : 0;
	margin-bottom : 0
}

ul {
	font-size : 8pt;
	margin-top : 0;
	margin-bottom : 0
}

li {
	font-size : 8pt;
	margin-top : 0;
	margin-bottom : 0
}


body {
	font-family : Trebuchet MS;
	font-size : 8pt;
	color : black;
	background-color : white;
	text-align : left;
	margin-left : 25;
	margin-right : 25;
	margin-top : 25;
	margin-bottom : 25
}