 /*		by shuster 2008		*/

#article { display: table; width: 100%; width: "99%"; }

#article h2 { font-size: 150%; color: #A57600; font-weight: normal; padding-bottom: 1em; }
#article h3 { font-size: 120%; color: #000080; }
#article h4, #article h5, #article h6 { font-size: 100%; color: #000; }

#article .ali { font-size: 86%; margin-right: 6px; }
#article p { padding-bottom: 1em; }
#article p.blk, #article p.justify { text-align: justify; }

#article p.bleft, #article div.bleft { float: left; width: 395px; margin-right: 8px; }
#article p.bright, #article div.bright { float: right; width: 395px; }
#article p.left, #article div.left { text-align: left; }
#article p.right, #article div.right { text-align: right; }

#article dl { padding-bottom: 1em; }

#article img.topimg, #article img.tmb { float: right; margin: 0 0 5px 10px; }
#article img.tnl { float: left; margin: 4px 3px 16px 3px; }

#article hr {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border: 1px dashed;
	border-color: #FFFFFF #FFFFFF #993300 #FFFFFF;
}

#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: none; }
#article a:hover { color: #F00; text-decoration: underline; }
#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; }

#article .msg1 { background: #000080; padding: 1px; margin: 0 auto; }
#article .msg1 div { background: #BDDDFF; padding: 8px; }
#article .msg1 p { margin: 0; padding: 0; }
