/* CSS Document */


body {
	margin:0;
	padding:0;
	background: white;
	font-family:serif;
	font-size: 12pt;
}

h1, h2, h3, h4, h5, p, span, ul, ol, li, form {
	padding: 0;
	font-family: serif;
	margin: 0;
	font-size: 12pt;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}
th {
	text-align: left;
}
a {
	outline:0;
}
a:link {
	color: blue;
}
a:hover {
	color: blue;
}
a:visited {
	color: blue;
}




#content {
/*	padding: 5px;
	margin-top: 15px;*/
	background: white;
	border: 0px;
}


@media print {
	.noprint {display: none;}
}
@media screen {
	body {font-size: 12pt;background:/*#ccc*/#464646;}
	.print-buttons {padding:8px 0;}
	#page {margin-left: 15px;margin-top: 10px;}
	#content {/*padding:35px; margin-top:15px; background:white; border:2px solid black;*/height:297mm;width:210mm}
	#content-inner {padding:35px}
}


.detail h3 {
	padding-bottom:3px;
	margin-bottom:8px;
	border-bottom: 1px solid #ccc;
}
.detail .box {
	margin-top: 15px;
}
.detail .box th {
	width:170px;
}
.detail .box th, .box .part td {
	padding: 1px 0;
}
.detail .box2 {
	margin-top: 15px;
}


.action-link {
	display:none;
}


.debtsNotice p, .debtsNotice h4 {
	font-size: 12pt;
	font-family: Times, serif;
	padding: 0;
	margin: 0;
}
.debtsNotice .creditorAddress {
	text-align: center;
	font-weight: bold;
}
.debtsNotice .debtorAddress {
	margin-top: 90px;
	margin-left: 500px;
	margin-bottom: 0px;
}
.debtsNotice .debtorAddress p {
	margin: 0;
	padding: 0;
}
.debtsNotice hr.lineUnderAddress {
	background: black;
	border: solid black 1px;
}
.debtsNotice .notice {
	margin-top: 70px;
}
.debtsNotice .noticeTitle {
	text-decoration: underline;
}
.debtsNotice .text p {
	margin-top: 20px;
	text-align: justify;
	text-indent: 18px;
}
.debtsNotice .verification {
	margin-top: 30px;
}
.debtsNotice .verification .title {
	text-decoration: underline;
}
.debtsNotice .verificationText {
	margin-top: 20px
}
.debtsNotice .verificationCode {
	margin-top: 15px;
}
.debtsNotice .bottom {
	margin-top: 60px;
}
.debtsNotice .city {
}
.debtsNotice .signature {
	text-align: center;
}

