/* CSS Document */

a {
  color: #333333;
  }

div#main {
  width: 560px;
  }
  
div#header {
    display: none;
	}

div#prtHeader {
    display: block;
	height: 75px;
	}
	
div#prtHeader img {
    display: block;
    float: left;
	}
	
div#prtHeader h3 {
    margin-bottom: 0;
	color: #9400d3;
	}

div#prtHeader h4 {
    margin-top: 0;
    font-size: 12pt;
	}
  
div#prtHeader .website {
  color: #666666;
  font-size: 10pt;
  }
	
div#menuArea {
    display: none;
	}

div#textArea {
	margin-left: 0;
  font-size: 12pt;
	}
div#textArea h2.firstTitle {
  text-align: left;
  }
.recordingDescription table {
  font-size: 12pt;
  }	
.imgRecording {
  width: 12em;
  background-image: none;
  }
.imgRecording img {
  width: 11em;
  }
div#footer {
    text-align: left;
	}
	
div#footer a {
    margin: 0.5em;
	}

div#footerAppendix {
  display: none;
  }
.defaultHeight {
    height: auto;
	}
.goTopSide {
  display: none;
  }
.imgRightPortrait {
  display: none;
  }
.imgRightLandscape {
  display: none;
  }
  
.itemDescription dd {
    margin-bottom: 1em;
  }