/* CSS Document */

body {
    background: none;
    }
	
body, td, li, p {
  color: #333333;
  }
  
a {
  color: #000000;
  }
div#main {
    background-image: none;
    background: #ffffff;
    border: 0;
    }
div#main, div#textArea {
    width: 675px;
    }
div#header {
    display: none;
    }

div#prtHeader {
    display: block;
    height: 60px;
    } /*
	
div#prtHeader img {
    display: block;
    float: left:
	} */
	
div#prtHeader h3 {
    margin-bottom: 0;
    }

div#prtHeader h4 {
    margin-top: 0;
    }
div#content {
  background: #ffffff;
  }
div#menuArea {
    display: none;
    }
div#URLheader {
    margin-top: 0;
    border-top: 3px solid #999999;
    }
div#textArea {
    margin-left: 0;
    }
div#textArea h1, div#textArea h2, div#textArea h3 {
  color: #333333;
  }
.firstTitle {
  margin-top: 0;
  color: #000000;
  }	
div#footer {
    text-align: left;
    }

div#footer a { /*
    margin: 0.5em; */
    }

div#footerAppendix {
	display: none;
}

.defaultHeight {
    height: auto;
    }
.accentLine {
   margin-left: 0;
   height: 5px;
   }
.topOfPageLink {
   display: none;
   }
   
.onlyOnline {
  display: none;
  }
.onlyPrint {
  display: inline;
  }