#txt,
#txt dt,
#txt ul,
#txt hr {
	margin-left:10px;
	margin-right:10px;
}
#txt #left {
	float: left;
	width: 50%;
}
#txt #right {
	float: right;
	width: 49%;
}

#txt dt {
	font-size: 120%;
	font-weight:bold;
	border-left: solid 5px #FECCFF;
	padding-left: 5px;
	line-height: 1.5;
	margin: 5px 0 10px 10px;
}
#txt dd {
	margin: 5px 0 10px 40px;
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
}

h2, #txt, #txt h3, #txt ul, #txt hr {
	margin-left:10px;
	margin-right:10px;
}


h2 {
	font-size: 140%;
	margin: 10px;
	clear: both;
	font-weight: normal;
	background-color: #E0E0E0;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
h3 {
	font-size: 120%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FECCFF;
	padding-left: 5px;
	line-height: 1.5;
}


#txt hr {
	background: none repeat scroll 0 0 transparent;
	border-color: #E0E0E0;
	border-style: solid;
	border-width: 0 0 1px;
	color: #E0E0E0;
	height: 1px;
	margin-top: 5px;
}
#txt ul {
	border-style: none;
	list-style: disc outside none;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 40px;
}
#txt li {
	margin-top: 5px;
	margin-bottom: 5px;
}

