@media print {
body, table, tr, td {
  font-family: Tahoma, Lucida, Helvetica, Arial, sans-serif;
  font-size: 9px;
  color: #000000;
}

 .leftNavigation { display: none; }
}

@media screen, handheld {

body {
  font-family: Tahoma, Lucida, Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  margin: 0 0 0 0;
}

table, tr, td {
  font-family: Tahoma, Lucida, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  margin: 0 0 0 0;
}

form, textarea, input {
  font-family: Tahoma, Lucida, Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  margin: 0 0 0 0;
}

.noScreen { 
	display: none; 
}

.leftNavigation { 
	width:150px; 
	height:95%
	display: block; 
}

.nav {
  border: 0;
}

.nav:hover {
  border: 0;
}

.nav:hover {
  border: 0;
}

A { color: Navy; text-decoration: none; }

A:hover {
	color: Maroon;
	/* text-decoration: underline; */
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

A.hover {
	color: Maroon;
	/* pseudo class for "A" without href */
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

A:active { color: maroon; }
}