div.untheader {
	margin: 5px 5px 0px 5px;
	padding: 5px 5px 5px 15px;
	background-color: #a0f0a0;
}

div.untbody {
	margin: 0px 5px 25px 5px;
	padding: 5px 15px 5px 15px;
	border: 1px solid #DDDDDD;
}

div.unttitle {
	padding: 3px 0px 3px 5px;
	background-color: #fffaf0;
}




div.ptsGenerals {
	font-size: 125%;
	position: relative;
    padding: 1em 1em 1.5em 1em;
}

div.ptsGenerals dl{
	margin-bottom: 1em;
}

div.ptsGenerals dt{
    padding: 0.5em 0 0.5em 0.5em;
	float: left;
	font-weight: bold;
	clear: left;
	margin-right: -9em;
}

div.ptsGenerals dd{
	padding: 0.5em 0 0.5em 0;
	padding-left: 9em;
	border-bottom: solid 1px #c0c0c0;
}


div.ptsGenerals dd.last{
    border-bottom: none;
}

div.ptsDetails {
	position: relative;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

div.ptsDetails dl{
	margin-bottom: 1em;
}

div.ptsDetails dt{
    padding: 0.4em 0 0.4em 0;
	float: left;
	font-weight: bold;
	clear: left;
	margin-right: -10em;
}

div.ptsDetails dd{
    padding: 0.4em 0 0.4em 0;
	margin-left: 10em;
	margin-bottom: 1em;
}


div.ptsDialogs dl{
	margin-bottom: 1em;
	_height: 1%;
}

div.ptsDialogs dt{
	float: left;
	font-weight: bold;
    font-size: 100%;
	clear: left;
	margin-right: -7em;
    margin-top: 0.5em;
}

div.ptsDialogs dd{
	margin-left: 7em;
	margin-bottom: 0.3em;
}


