@import "template.css";
@import "page.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: #ffffff;
  padding: 10px;
  font-size: 0.7em;
}


/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.65em;
  color: #1c507c;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.35em;
  color: #2081d4;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
h4 {
  display: block;
  padding: 0 5px 0 15px;
  margin: 15px 0 10px 0;
  font-size: 0.8em;
  font-weight: bold;
  color: #284c76;
}
a {
  color: #005294;    /*#097fdc*/
  text-decoration: none;
}
a:hover {
  color: #a30000; /*;#284C76;*/
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}

.printheader {
  height: 90px;
  border-bottom: 1px solid silver;
}
.printlogo {
  width: 300px;
  float: left;
}
.printadress {
  width: 300px;
  float: right;
  font-size: 0.8em;
  padding-left: 30px;
  color: #797B8C;
}
#foot {
border-top:1px solid #8F8F8F;
color:#4F4F4F;
font-size:11px;
font-weight:bold;
margin-top:10px;
text-align:center;
}
#foot .powered {
color:#7F7F7F;
font-size:9px;
font-weight:normal;
text-align:right;
}
