BODY
{
  margin: 16px 24px 0px 24px;
  background-color: #FFFFFF;
  font-family: Arial;
  font-size: 10pt;
  background-image: url('../images/camera.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;

  scrollbar-3dlight-color : #777777;
  scrollbar-arrow-color : #FFFFFF;
  scrollbar-base-color : #CCCCCC;
  scrollbar-darkshadow-color : #777777;
  scrollbar-face-color : #CCCCCC;
  scrollbar-highlight-color : #CCCCCC;
  scrollbar-shadow-color : #CCCCCC;
  scrollbar-track-color : #DDDDDD;
}

DIV
{
  -moz-box-sizing: border-box;
}

TABLE
{
  margin: 0px;
  font-family: Arial;
  font-size: 10pt;
  vertical-align: top;
}

.blue
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  background-color: #DDEEFF;
  width: 95%;
  text-align: left;
  padding: 4px 34px 8px 6px;
  background-image: url('../images/film2.png');
  background-repeat: repeat-y;
  background-position: right;
}

.yellow
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  background-color: #FFEECC;
  width: 95%;
  text-align: left;
  padding: 4px 34px 8px 6px;
  background-image: url('../images/film2.png');
  background-repeat: repeat-y;
  background-position: right;
}

.white
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  width: 95%;
  text-align: left;
  padding: 4px 34px 8px 6px;
  background-image: url('../images/film2.png');
  background-repeat: repeat-y;
  background-position: right;
}

.clear
{
  border-style: solid;
  border-width: 0px;
  border-color: #FFFFFF;
  width: 95%;
  text-align: left;
  padding: 0px;
}

H1
{
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 4px;
/*  text-indent: 18px;
  background-image: url('../images/play.png');
  background-repeat: no-repeat;*/
}

.indentdate
{
  margin-left:42.0pt;
  text-indent:-42.0pt;
}

.indenttext
{
  margin-left:10.0pt;
  text-indent:-10.0pt;
}

a:visited { color:#0000CC; text-decoration: none; font-weight: bold;}
a:link    { color:#0000FF; text-decoration: none; font-weight: bold;}
a:active  { color:#6666FF; text-decoration: none; font-weight: bold;}
a:hover   { color:#6666FF; text-decoration: underline; font-weight: bold;}