body {
	background: white;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a:link, a:visited {
	color: #6d1c1c;
	background-color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
	
#container a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#logo, #menu, #footer a, #footer ul, .login-tools {
	display: none;
	}
.clear {
	clear:both;
}

* {
	width: auto;
	border: 0;
	float: none;
	background:none;
	}
	
	
table {
	font-size:8pt;
	width:100%;
}

table th {
	font-weight:bold;
	text-align:left;
	padding:2px 10px 2px 5px;
	white-space:nowrap;
}

table thead th {
	border-bottom:2px solid #aaa;
}

table td {
	border-bottom:1px dotted #aaa;
	padding:3px 10px 3px 5px;
}

table td.center {
	text-align:center;
}

table td.border-right {
	border-right:1px dotted #aaa;
}

table td.border-left {
	border-left:1px dotted #aaa;
}

table td.nowrap {
	white-space:nowrap;
}

.spacer {
	padding:0 20px;
}

#footer {
	margin:10px 0;
}

.print {
	display:block;
}

