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

.rtop,.rbottom{display: none} /* Nifty corners */

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

p.markedsmall, .search, .header, #hd, #footer, .nav, .menu, .comment form, #col3, .print {
    display: none;
}

ul { 
    list-style-type: square;
}
table{
margin: 10px 0px;
}
table, table td, table th{
border-collapse: collapse;
}

.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: 1em 0;
}

a {
    color: Black !important;
    padding: 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; }







.top5 ol li{
	font-size: 14px;
	margin: 15px 0 15px 0;
list-style-type: upper-alpha;
}


.allcomments{
	font-size: 11px;
	color: #999;
	font-style: italic;
}



.list, .propertys{
	width: 100%;
}
.list  td, .propertys  td{
	padding: 15px 5px 15px 5px;
	border-color: #ccc;
	border-width: 1px 0px;
	border-style: solid; 
	vertical-align: top;
}
.propertys{
	border-color: #000;
	border-width: 1px;
	border-style: solid; 
}
.propertys  td{
	padding: 15px 5px 15px 5px;
	border-color: #000;
	border-width: 1px 1px;
	border-style: solid; 
	vertical-align: top;
}

.list h4{
margin: 0px 0px 4px;
}

.list th{
font-size: 11px;
color: #aaa;
text-align: left;
}


.list .desc{
margin: 5px 0px 4px;
}


