body, body.b {
    background: white;
    font-size: 11pt;
    color: Black;
    margin: 0;
    padding: 0;
}

div #body {
    width: 84%; /* IE has a problem with 100% */
    margin: 0;
}

div.centerbody {
    margin: 0;
    padding: 0;
}

.newform, .tabs, .noprint {
    display: none;
    visibility: hidden;
}

ul { 
    list-style-type: square;
}

li, #content, .stx, p {
    border: none ! important;
    font-size: 11pt;
    padding: 0 ! important;
    margin: 0 ! important;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom:.1em;
  margin-bottom:.1em;
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}

table.listing,
table.listing td {
	border: 1pt solid black;
    border-collapse: collapse;
}

a {
    color: Black ! important;
}

a.external {
    background: none;
    padding: 0;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
	}

