body {
  margin: 0px;
  background: #FFFFFF;
  font-family: Tahoma;
  font-size: 12px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 8px;
}

.TitleTable {
  background: #EFEFEF;
  border: solid 1px #A0A0A0;
  margin-bottom: 16px;
  table-layout:fixed; 
  word-wrap: break-word;
}

.Title {
  font-size: 18px;
  font-weight: bold;
}

.SubTitle {
  font-size: 14px;
}

.ImageCell {
  width: 176px;
  page-break-inside: avoid;
}

.CommentCell {
  width: 100%;
  padding-left: 0px;
  page-break-inside: avoid;
}

th {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  border-top: solid 2px #404040;
  border-bottom: solid 1px #B0B0B0;
}

.Comment {
  width: 100%;
  height: 122px;
  border: solid 1px #808080;
}

img  {
  width: 160px;
  height: 120px;
  border: solid 1px #808080;
  margin-right: 8px;
}

.Page {
  width: 100%;
  margin: 0px;
  padding: 0px;  
  background: #FFFFFF;
}

.Header {
  display: none;
} 

