body { 
  color: #000000; 
  background: #ffffff; 
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt; 
}

a { 
  text-decoration: underline; 
  color: #0000ff; 
}

#leftnav {
	text-align: center;
    margin-bottom: 1em;
    overflow: hidden;
}

#leftnav li {
	list-style: none;
	font-weight: bold;
	display: inline;
	border-left: 1px solid #000;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#flashcontent {
	display: none;
}

/* #leftnav ul li:after {
	content: " | ";
}
		
#leftnav ul li.last:after {
	content: "  ";

*/