a {
	background: transparent;
	color: #333333;
	text-decoration: underline;
}

acronym[title]:after {
	content: ' (' attr(title) ')';
}

address {
	color: #444444;
	font-size: 10pt;
	font-style: normal;
	margin-bottom: 20px;
}

body {
	background: #FFFFFF;
	color: #333333;
	font: 11pt/1.3em "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 0 0 2cm;
	padding: 0;
	text-align: left;
}

div a, div a:link, div a:visited {
	background: transparent;
	border-bottom: 1px solid #CCCCCC;
	color: #444444;
	font-weight: normal;
	padding: 1px 1px;
	text-decoration: none;
}

div a.image, div a.image:link, div a.image:visited, div a.image:hover, div a.image:focus {
	background: transparent;
	border: none;
	color: #FFFFFF;
	padding: 0;
	text-decoration: none;
}

div acronym {
	border-bottom-width: 0px;
}

h1 {
	color: #666666;
	font-size: 14pt;
	font-weight: bold;
	page-break-after: avoid;
	page-break-before: auto;
}

h2, h3, h4, h5 {
	color: #256E8B;
	font-size: 13pt;
	font-weight: bold;
	page-break-after: avoid;
	page-break-before: auto;
}

img {
	page-break-before: auto;
}

img, fieldset {
	border: 0;
}

li {
	list-style-type: square;
	page-break-inside: avoid;
}

p {
	orphans: 2;
	padding-right: 5em;
	widows: 2;
}

#logo, #theme, #themebox, #meta, #navigation, #sub, #footer, .right, .off, hr {
	display: none;
}

#print {
	border-bottom: 1px solid #555555;
	border-left: 0;
	border-right: 0 none;
	border-top: 0 none;
	font: 12pt "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 30px;
}

#print hr {
	border: 1px solid #333333;
	height: 1px;
	width: 80%;
}



/* new and untested */
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }@    page {
        margin: 0.5cm;
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }
