@charset "UTF-8";

html, body,
img, table,
div, p, h1, h2,
h3, h4, h5
{
  margin: 0;
  padding: 0;
  border: 0;
}

hr {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, p, hr
{
  margin-bottom: 10px;
  clear: both;
}

img
{
  vertical-align: bottom;
}

.page
{
/*  width:expression(document.body.clientWidth > 800? "780px": "auto" );*/
  width: 750px;
  background-color: white;
  color: black;
  padding: 10px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.content
{
  padding-left: 15px;
  padding-right: 15px;
/*  width:expression(document.body.clientWidth > 800? "750px": "auto" );*/
  clear: both;
  font-size: 12pt;
}

body
{
  background-color: #808080;
  padding: 10px;
}

li a
{
  text-decoration: none;
}

h4 a
{
  text-decoration: none;
}

.navPrev
{
  background-color: #ffc0cb;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
  float: left;
  width: 35%;
/*  width:expression(document.body.clientWidth > 800? "280px": (document.body.clientWidth - 41) * 0.35);*/
}

.navContents
{
  background-color: #ffc0cb;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
  float: left;
  width: 30%;
/*  width:expression(document.body.clientWidth > 800? "200px": (document.body.clientWidth - 41) * 0.30);*/
}

.navNext
{
  background-color: #ffc0cb;
  text-align: right;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
  float: left;
  width: 35%;
/*  width:expression(document.body.clientWidth > 800? "280px": (document.body.clientWidth - 41) * 0.35);*/
}

.title
{
  text-align: center;
  font-size: 20pt;
}

.subtitle
{
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16pt;
}

.code
{
  border: 2px solid #5F81C6;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
  padding-left: 10px;
  color: #f0f0f0;
  background-color: #101010;
  font-size: 10pt;
}

.center
{
  text-align: center;
}

.legal_link
{
  width: 50%;
  float: left;
}

.contact_link
{
  width: 50%;
  float: left;
  text-align: right;
}

.force_clear
{
  clear: both;
}

code
{
  font-size: 10pt;
  font-weight: bold;
  color: #202020;
}

.footnote
{
  font-size: 10pt;
}

.timestamp
{
  padding-top: 10px;
}

