/* CSS Document */

body {
    background: none;
	}
a {
  color: #000000;
  }
div#main {
	background-image: none;
	background: #ffffff;
	border: 0;
  width: 675px;
    }
div#header {
    display: none;
	}

div#prtHeader {
    display: block;
	height: 100px;
	} /*
	
div#prtHeader img {
    display: block;
    float: left:
	} */
	
div#prtHeader h3 {
    margin-bottom: 0;
	}

div#prtHeader h4 {
    margin-top: 0;
	}
	
div#menuArea {
    display: none;
	}

div#textArea {
	margin-left: 0;
	}
  
div#textArea h1, div#textArea h2, div#textArea h3 {
    /* color: #008600; */
    color: #000000;
	}
		
div#footer {
    text-align: left;
	}
	
div#footer a { /*
    margin: 0.5em; */
	}
	
.imgRight, .imgLeft, .imgRightPortrait, .imgRightLandscape {
	display: none;
}

.defaultHeight {
    height: auto;
	}
.accentLine {
   margin-left: 0;
   height: 5px;
   }
.topOfPageLink {
   display: none;
   }
.onlyOnline {
  display: none;
  }
.onlyPrint {
  display: inline;
  }
.pageBreak { page-break-before: always; }
