/* CSS Document */

body {
	background-image: none;
  background: #ffffff;
  margin: 0;
  padding: 0;
	}
  
a {
    color: #333333;
	}
  
div#main {
	border: 0px solid #ff6666;
  width: 660px;
    }
div#header {
    display: none;
	}

div#prtHeader {
  display: block;
	}

div#headerURL {
  padding-right: 0;
  padding-left: 0;
  }

div#content {
  text-align: left;
  margin: 0;
  }
div#menuArea {
  display: none !important;
  width: 0;
	}

div#quotation {
  width: 100% !important;
  }

div#textArea {
  float: none;
	margin-left: 0;
  width: 660px !important;
  border: 0px solid #ff6666;
	}

div#imageRight {
  display: none;
  }
div#quotationArea {
  padding-bottom: 0;
  }
div#quotation {
  _padding-top: 0; /* to fix IE */
  padding-left: 0;
  background-image: none;
  border: 0;
  }
div#footer {
    text-align: left;
    border-bottom: 0;
	}
	
div#footer a { /*
    margin: 0.5em; */
	}

.defaultHeight {
    height: auto;
	}
.accentLine {
   margin-left: 0;
   height: 5px;
   }
.topOfPageLink {
   display: none;
   }
dt.quote {
  color: #333333;
  }

.onlyOnline {
  display: none;
  }   
.onlyPrint {
  display: block;
  }
