



/* Thanks to alistapart.com for useful extras */

body {
    background: White;
    font-size: 11pt;
    color: Black;
    margin: 0;
    padding: 0;
}

div#bodybody{
  width:auto;
  border:0;
  margin:0;
  padding:0;
}

div#navtop,
.netscape4,
.tabs,
.personalBar,
.pathBar,
div.left,
div#menuleft,
div#right,
contentTabs,
#contentTabs,
contentBar,
div.documentActions,
.footer,
.help,
.legend,
div.message,
input,
a.skipnav,
p#toplink,
div#menuleft,
#portalslogan span
{
    display: none;
    visibility: hidden; 
}

ul { 
    list-style-type: square;
}

.editableDocument,
.document,
.description,
.group,
li,
#content,
.stx,
p {
    background: transparent;
    border: none ! important;
    /*font-family: Georgia, Garamond, Times, serif;*/
    font-size: 11pt;
    padding: 0 ! important;
    margin: 0 ! important;
    text-align: left;
}



h1, h2, h3, h4, h5, h6
{
    border: none;
/*    font-family: Helvetica, Arial, sans-serif;*/
    font-weight: bold;
}

p, #description {
    margin: 1em 0 ! important;
    line-height: 1.2em;    
}

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;
	text-decoration: none;
  border:none;
}

a.external {
    background: none;
    padding: 0;
}

a img {
  border:none;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: none;
  border:none;
	}

div.document a:link:after, 
div.document a:visited:after {
   content: " ( " attr(href) " ) ";
}

#mainbody,
#content {
  border: 0;
  padding: 0;
  margin: 0;
  background:white;

}

dt {
    margin-top:4pt;
    font-weight: bold;    
}

dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}


