/* Print 
================================================*/

body {
	color: #000; 
	background: #fff; 
	font: 10pt Trebuchet MS, sans-serif;
	margin: 0; 
	padding: 0 1.25cm 0 3cm;

}

.site_nav, .footer {
    display: none;

}

ul { 
    list-style-type: square;

}

.content {
    background: none;
    border: none ! important;
    font-size: 11pt;
    padding: 0 ! important;
    margin: 0 ! important;
    text-align: left;

}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;

}

p {
    margin: 1em 0 ! important;
    line-height: 1.2em;

}

p.marked {
    margin: 1em 0 1em 5em ! important;
    line-height: 1.2em;    

}



pre {

    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1.em 0;
}

table,
table td {

    border: 1pt solid black;
    border-collapse: collapse;
    font-size: 8pt;
}

a {
    color: Black !important;
    padding: 0 !important
}

.content a:link:after, 
.content a:visited:after {
   content: " ( " attr(href) " ) ";
}

.col_1, .col_2 {
    margin: 0 !important;

}


/* MSIE/Win doesn't understand 'inherit' */
a {
	color: black ! important;
	text-decoration: none ! important;
}

/* Continue ... */
a {
	color: inherit ! important;
	text-decoration: inherit ! important;
}

img { border: none; }


