.txt2 * {margin: 0;	padding: 0;}
* html div.txt2 {margin-top: -15px; zoom: 1;}
div.txt2:after, .txt2 .cut:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.txt2 div, .txt2 table, .txt2 h1, .txt2 h2, .txt2 h3, .txt2 hr, .txt2 pre {margin-top: 15px;}
.txt2 > :first-child {margin-top: 0px;}
.txt2 > .img_left:first-child + .img_right {margin-top: 0px;}
.txt2 > .img_right:first-child + div {margin-top: 0px;}
.txt2 .highlight {font-weight: bold;}
.txt2 .highlight2 {font-weight: bold;}
.txt2 .off {color:#666666;}

.spoiler + .spoiler {margin-top: 0px;}

.spoiler .control
{
	margin: 0px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px dotted;
}

.cut, .txt2 .cut
{
	margin: 0px;
	display: none;
	border-left: 2px solid #999999;
	padding: 5px;
}

.txt2 .cut > :first-child {margin-top: 0px;}
.txt2 .cut > .img_left:first-child + .img_right {margin-top: 0px;}

.txt2 blockquote
{
	border-left: 2px solid;
	padding-left: 10px;
	color: #444;
	margin-bottom: 3px;
}

.txt2 blockquote > div:first-child {margin-top: 5px;}

.txt2 pre
{
	max-height: 500px;
	width: 95%;
	padding: 5px;
	overflow: auto;
	background: transparent;
	border: 1px dotted #000;
}

.txt2 ul, .txt2 ol {margin-left: 25px;}
.txt2 h1 {text-align: center;}
.txt2 h2 {text-align: center;}
.txt2 h3 {padding-left: 50px;}

hr {clear: both; margin-top: 10px; font-size: 1px; height: 0px; border: none; border-top: 1px solid #000;}

.txt2 table
{
	border-collapse: collapse;
}

.txt2 td, .txt2 th
{
	border: 1px solid #000000;
	padding: 2px;
	font-weight: normal;
}
.txt2 th {font-weight: bold;}

.txt2 tt {font-size: 1.1em;}
.txt2 img
{
	border: none;
	max-width: 160px;
	margin-bottom: 3px;
}
.txt2 .img_left
{
	float: left;
	clear: left;
	width: 170px;
}
.txt2 .img_right
{
	float: right;
	clear: right;
	width: 170px;
	text-align: right;
}
.txt2 .img_center {text-align: center;}
.txt2 .img_center img {margin-left: 2px; margin-right: 2px;}
.txt2 .img_inline img {margin-right: 4px;}

.txt2 .text_right {text-align: right;}
* html .txt2 blockquote {padding-bottom: 0px;}

.txt2 div.links {margin-top: 0px;}
