/* print.css - print style sheet */
body {
    margin: auto;
    background-color : #DEB887;
    font-family : 'Arial', 'Sans Serif', sans-serif;
    font-size : 12pt;
    width: 760px;
  }

/* Don't print the header box */
div.header {
    display: none;
  }

/* Use the 'off-left' kludge to hide the sidebar box and contents. */
#sidebar {
    position: absolute;
    left: -999px
    width: 180px;
  }

/* Don't print the sidehead */
.sidehead {
    display: none;
  }

/* Don't print the 'selector' sidelink */
.sidelink {
    display: none;
  }

/* Don't print the header a */
div.header a {
   display: none;
  }

#content {
    background-color:#FFFFFF;
    color: #000000;
    background-image: url('images/reviews-content.jpg');
    background-repeat: repeat-y;
    color: #000000;
    width: 760px;
    float: left;
  }

/* Body text box */
#bodytext {
    width: 760px;
    padding-left: 15px;
    padding-right: 5px;
    float: left;
  }

/* Don't print Reviews bottom page */
div.bottom {
    display: none;
  }

/* Don't print List in the sidebar */
div.sidebar ul {
    display: none;
}

/* Headings generally */
h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

/* heading 1 */
h1 {
    font-size: 14pt;
    font-weight: bold;
    background-color: #666600;
  }
/* heading 2 */
h2 {
    font-size: 12pt;
    font-weight: bold;
  }

/* Images */
img {
    border: none;
  }

/* main heading */
.headingtext {
    font-size: 24pt;
    font-weight: bold;
    color: #FFFFFF;
  }

/* heading description */
.headingdesc {
    font-size: 10pt;
    font-variant: small-caps;
  }

/* Link color */
a {
    color: #000000;
    text-decoration: none;
}

/* Visited link color */
a:visited {
    color: #000000;
}

/* Modification stamp : text */
.modifiedtext {
    color: #747884;
  }
/* Line height of content */
.contentpar {
    line-height: 160%;
    text-align: justify;
  }

/* Input text box style */
div.textbox {
    display: none;
  }

/* list item type */
div.ul {
     display: none;
  }
/* Paragraph */
p {
    margin-top: 8px;
    margin-bottom: 8px;
}

