/*
 *  Copyright (c) 2007 Efstathios Xatzikiriakidis (lafs@ixthis.gr)
 *
 *  Permission is granted to copy, distribute and/or modify this document
 *  under the terms of the GNU Free Documentation License, Version 1.2 or
 *  any later version published by the Free Software Foundation; with no
 *  Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 *  copy of the license is included in the section entitled "GNU Free
 *  Documentation License".
 */
 
body
 {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #ffffff;
  color: #000000
 }

a:active, a:visited, a:link, a:hover
 {
  color: #0000ff
 }

td
 {
  font-family: serif;
  font-size: 12pt;
  color: #000000
 }

.small-text-top
 {
  font-family: serif;
  font-size: 13px;
  background-color: inherit;
  color: #000000
 }

.small-text-bottom
 {
  font-family: serif;
  font-size: 13px;
  background-color: inherit;
  color: #000000
 }
 
.border-box
 {
  border-width: 1px;
  border-color: #000000;
  border-style: solid
 }

.no-print-other
 {
  display: none
 }
 
#center-border-box
 {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 1px;
  border-right: 0px;
  border-color: #000000;
  border-style: solid
 }
 
#bottom-border-box
 {
  border-top: 1px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #000000;
  border-style: solid
 }

#navigation, #right-operations
 {
  display: none
 }
