@charset "ISO8859-1";
/* CSS Document */

body {
	color : #000000; 
	background : #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 9pt; 
}
a { 
	text-decoration : underline; 
	color : #0000ff;
}

#navigation, #advertising, #other, #headerDiv { 
	display : none; 
} 

p {
	widows:5;
	orphans:10;
}

@media print
{
	.page-break   { display:block; page-break-before:always; }
}