/* Print CSS
================================================*/

body {
	color: #000; 
	background: #fff; 
	font: 10pt "Trebuchet MS", sans-serif;
	margin: 0; 
	padding: 0 1.25cm 0 3cm;
}

#nav, .location, .b88, .nav_bottom {
    display: none;
}
.footer{
	margin: 20px 0 0;
	border-top: 1px solid #000;
}
ul { 
    list-style-type: square;
}

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;    
}

table,
table td {
    border: 1pt solid #000;
    border-collapse: collapse;
}

a {
    color: #000 !important;
    padding: 0 !important
}

.content a:link:after, 
.content a:visited:after {
   content: " ( " attr(href) " ) ";
}

/* MSIE/Win doesn't understand 'inherit' */
a {
	color: #000 ! important;
	text-decoration: none ! important;
}

/* Continue ... */
a {
	color: inherit ! important;
	text-decoration: inherit ! important;
}

img { border: none; }

