@media print 
{
	body
	{
		background-color: White;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: black;
	}

	a, abbr, acronym, address, b, bdo, big, blockquote, button, caption, center, cite, dd, del, dfn, dir, dl, dt, em, fieldset, font, hr, i, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, meta, ol, option, p, q, s, samp, select, small, strike, strong, style, sub, sup, textarea, tt, u, ul, var, table, td, th, tr
	{
		font-family: 'Times New Roman', Garamond, Serif;
	}
	
	pre
	{
	}

	h1,h2,h3,h4,h5,h6 { font-family: 'Times New Roman', Garamond, serif; }

	#titleHeadpiece,#titleTailpiece,#menuGlobal,#breadCrumbs,#menuLeft {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 0px;
		border: 0px;
		visibility: hidden;
	}

	#contentsNormal {
		padding: 9px;
		margin: 0px;
	}
}
