/*		by shuster 2008		*/

#article { display: block; width: 100%; }

#article h2 { font-size: 110%; color: #F00; padding-bottom: 1em; }
#article h3 { font-size: 100%; color: #000080; }
#article h4, #article h5, #article h6 { font-size: 100%; color: #000; }

#article .ali { font-size: 86%; margin-right: 6px; }
#article p { text-align: justify; margin-bottom: 1em; }
#article p.blk, #article p.justify { text-align: justify; }

#article dl { padding-bottom: 1em; }

#article img.topimg { float: right; margin: 0 0 5px 8px; }
#article img.tnl { float: left; margin: 5px 6px 5px 0; }

#article hr {
	clear: both;
	width: 100%;
	margin: 5px auto;
	padding: 0;
	text-align: center;
	border: 1px dashed;
	border-color: #FFFFFF #FFFFFF #993300 #FFFFFF;
}
* html #article hr { margin: 0 auto; }	/* IE */

#article img.print { float: right; margin: 0 0 0 5px; }
#article .perex { display: table; width: 100; width: "99%"; }

#article a, #article a:visited { color: #000080; text-decoration: underline; }
#article a:hover { color: #F00; text-decoration: none; border-bottom: 1px dashed #F00; }
#article a:hover span { color: #000080; }

#article .ctg { list-style-type: square; color: #F00; }

#article .list_a { list-style-type: lower-alpha; }
#article .list_n { list-style-type: decimal; }

