/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#titlebar {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #nav {
  display: none;
}
#outerWrapper #contentWrapper #maintext {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

/* TABLE Settings */
th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*border-bottom: 1px solid #666666;*/
	orphans: 5;
}
.ltable td, th {
	padding:4px;
	border-bottom: 1px solid #666666;
}

.wtable {
	width: 800px;
}
#outerWrapper #footer {
  display: none;
}

