/* Generated by JiiVee66 */
@import url(menu.css);
@import url(colors.css);
div.header {
 display: block;
 width:50em;
 margin:4pt;
}
div.header h2 {
  border:  none;
  margin: 1em;
  width: 20em;
}
div.header h1 {
  margin: 1em;
  float: right;
  text-align:right;
}
p.footer {
  border-top: 1pt solid;
  margin: 1em;
  font-size: 0.8em;
}
#logo {
  margin: 0em 1em 0em 0em;
  padding: 0;
  width: 6em;
  height: auto;
}
.text_area {
  border: medium double #ff9900;
  margin: 1em;
  padding: 1em;
  display: block;
  position: absolute;
  left: 11em;
  top: 12em;
  width: 40em;
  background-color: #ffffcc;
}
body, h1, h2, h3, p, td, ol li, ul li {
  font-family: sans-serif;
  font-size: 10pt;
}
body {
  margin: 1em;
  max-width:50em;
}
h1 {
  border-bottom: 2pt double;
  padding: 2pt;
  width: 20em;
  font-size: 1.5em;
}
h2 {
  border-bottom: 2pt double;
  font-size: 1em;
  width: 20em;
}
h3 {
  border-bottom: 1pt dotted;
  font-size: 1em;
  width: 20em;
  font-style: italic;
}
.text_area p {
  margin-left: 4em;
  margin-right: 2em;
}
.text_area li {
  margin-left: 6em;
}
.text_area a {
  text-decoration: none;
}
.text_area a:hover {
  text-decoration: none;
}
@media print {
  body { background: white none repeat scroll 0% 50%;
  color: black;
  width: 100%;
}
.menu,.logo_menu_holder {
	display: none;
}
.text_area { display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  }
}

