/** set default style **/
.tpx_out	{
	font-size:	small;
}
html>body .tpx_out	{	font-family:	sans-serif;	}

.tpx_out h1, .tpx_out h2, .tpx_out h3, .tpx_out h4, .tpx_out h5, .tpx_out h6	{
	font-weight:	bold;
	margin-top:	2mm;
	margin-bottom:	5mm;
	line-height:	1.2em;
}

.tpx_out h1	{	font-size:	x-large;	}
.tpx_out h2	{	font-size:	large;	}
.tpx_out h3	{	font-size:	medium;	}
.tpx_out h4	{	font-size:	small;	}
.tpx_out h5	{	font-size:	x-small;	}
.tpx_out h6	{	font-size:	xx-small;	}

.tpx_out p, .tpx_out dl	{	margin-top:	5mm;	margin-bottom:	5mm;	}
.tpx_out ol, .tpx_out ul, .tpx_out blockquote	{	padding-left:	10mm;	margin-top:	5mm;	margin-bottom:	5mm;	}
.tpx_out ol li	{	list-style-type:	decimal;	}
.tpx_out ul li	{	list-style-type:	disc;	}
.tpx_out dl dd	{	margin-left:	10mm;	}
.tpx_out pre	{	font-family:	monospace;	font-size:	smaller;	}
.tpx_out th, .tpx_out h1, .tpx_out h2, .tpx_out h3, .tpx_out h4, .tpx_out h5, .tpx_out h6, .tpx_out strong	{	font-weight:	bold;	}
.tpx_out em	{	font-style:	italic;	}

/** only firefox and opera **/
html>body .tpx_out	{	font-size:	medium;	}
html>body .tpx_out h1	{	font-size:	xx-large;	}
html>body .tpx_out h2	{	font-size:	x-large;	}
html>body .tpx_out h3	{	font-size:	large;	}
html>body .tpx_out h4	{	font-size:	medium;	}
html>body .tpx_out h5	{	font-size:	small;	}
html>body .tpx_out h6	{	font-size:	x-small;	}
html>body .tpx_out pre	{	font-size:	medium;	}
