body {
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12pt;
    line-height: 18pt;
    color: #000;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
	width: auto !important;
}

a {
    color: #000;
    text-decoration: none;
}
img {
	border: 0;
}
table {
	page-break-inside: avoid;
}
table td,
table th {
	border: solid 1px black;
}

#A_header, #A_footer,
#A_bgTop, #A_bgBottom,
#B_contentHeader div.logInfo,
#B_rightCol,
#B_centralCol .pushMod,
.noPrint,
.bt1,
.bt2 {
	display: none;
}

#A_body .title {
	font-weight: bold;
}
#A_body a:after {
    content: " [ " attr( href ) " ]";
    font-style: italic;
	font-weight: normal;
}
#A_body a[href="#"]:after {
    content: "";
}

#printFooter {
	margin-top: 50px;
	text-align: center;
}


