@media print {

* {
	background: transparent !important;
}

body {
	font-family: Georgia, Palatino, serif;
	font-size: 10pt;
	line-height:1.5em;
	color:black;
	text-align:justify;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
}

a.imglink:link, a.imglink:visited {
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
	page-break-after:avoid;
	page-break-inside:avoid;
}

pre,code,samp {
	white-space:pre;
	page-break-inside:avoid;
}

ul, ol, li {
	page-break-inside:avoid;
}

table {
	page-break-inside:avoid;
	page-break-before:avoid;
	page-break-after:avoid;
}

/*
div#content a:link:after, div#content a:visited:after {
   content: " (url: " attr(href) ") ";
   font-size: 80%;
   font-style: italic;
}

div#content a.imglink:link:after, div#content a.imglink:visited:after {
   content: "";
}
*/

div#header {
	margin-top:0;
	border-bottom:1px solid #555;
}

#language-select, #logo, #menu,
#contact_form,
div#sidebar, 
div#footer {
	display:none;
}


div#content {
	display:block;
}

div#header, div#print-footer {
	margin:2em 0; padding:1em 0;
	font-size:9pt;
}

div#header img#print-logo {
	float:left;
	width:25%;
}

div#header address {
	text-align:right;
	font-size:8pt;
	line-height:1.5em;
	font-style:normal;
}

div#print-footer {
	page-break-inside:avoid;
	border-top:1px solid #555;
}

div#print-footer p {
	margin:1em 0;
	font-size:7pt;
	line-height:1.3em;
}


/* ------------------------------------------------------------------------------------------------ */

.cbb {
	padding:0 10px;
	margin:1em 0;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

.cb {
	margin-bottom: 5px;
}

/* Rules for the top corners and border */

/*
 * ------------------------------------------------------------------------------------------------
 * ARTICLE
 * ------------------------------------------------------------------------------------------------
 */

.article p {
	margin: 1em 0 0.5em 0;
	line-height: 1.3em;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	margin:1em 0;
	font-family: Georgia, Palatino, serif;
	line-height:1.6em;
	font-weight: bold;
	text-align:left;
}

.article h1	{ font-size:18pt; }
.article h2	{ font-size:15pt; }
.article h3	{ font-size:13pt; }
.article h4	{ font-size:12pt; }
.article h5	{ font-size:11pt; font-style:italic; }
.article h6	{ font-size:11pt; font-weight:normal; font-style:italic; }


.article img {
	margin:0.8em;
	border:1px solid #bbb;
	padding:3px;
}

.article .lead {
	font-weight:bolder;
}

.article .date {
	margin-top:-2.0em;
	font-size:10pt;
	font-style:italic;
}

/* article table */

.article table {
	border-collapse:collapse;
	clear:both;
}

.article td, .article th {
	margin:0;
	border:1px solid black;
	padding:2px;
	font-size:11pt;
}

.article tr.table-head td, .article tr.table-head th {
	font-weight:bolder;
	color:#33317a;
}

.article tr.table-odd-row {
	background-color:#ededed;
}

.article tr.table-even-row {
	background-color:white;
}

.article td.table-cell-bold {
	font-weight:bold;
	width: 50%;
	vertical-align: top;
}

.article ul {
	margin: 0.5em 30px;
	padding:0;
}

.article li {
	margin:0.1em 0; padding:0;
}


.article .news-date {
	display:block;
	margin: 0.2em 0 -0.8em 0; border:0; padding:0;
	border-bottom: 1px dotted #908c80;
	color: #908c80;
}

.article .news-details {
	color: maroon;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	margin: 0.2em 0 1em 0;
	background: transparent url('/_i/layout/details-arrow.gif') no-repeat 0 1px;
}

}