/* Reset styles */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #000; }

::-moz-selection { background: #006737; color: #fff; text-shadow: none; }
::selection { background: #006737; color: #fff; text-shadow: none; }

a { color: #00e; text-decoration: underline; }
a:visited { color: #551a8b; }
a:hover { color: #06e; text-decoration: none; }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


html,
body {
  background: #caced2;
}

.pageWrapper {
  background: #fff;
  width: 18.5cm;
  min-height: 26.7cm;
  margin: 20px auto;
  border: 1px solid #a9b0b8;
  box-shadow: 0px 0px 15px #979a9e;
  padding: 0.5cm 0.5cm 0.5cm 2cm;
  font-size: 10.5pt;
  position: relative;
}

#printButton {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}


div.text-container:before, div.text-container:after { content: ""; display: table; }
div.text-container:after { clear: both; }
div.text-container { zoom: 1; }

div.text-container {
  font-family: Cambria, sans-serif;
  font-size: 14px;
  color: #000;
}

div.text-container h1,
div.text-container h2,
div.text-container h3,
div.text-container h4,
div.text-container h5,
div.text-container h6 {
  font-family: Cambria, sans-serif;
  color: #000;
  line-height: 1.125em;
  font-weight: normal;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
div.text-container h1 { font-size: 32px; }
div.text-container h2 { font-size: 26px; }
div.text-container h3 { font-size: 20px; }
div.text-container h4 { font-size: 16px; }
div.text-container h5 { font-size: 14px; }
div.text-container h6 { font-size: 12px; }

div.text-container p {
  margin: 0 auto;
  line-height: 1.571em;
  margin-bottom: 20px;
}

div.text-container img {
  border: 1px solid #d5d5d5;
}

div.text-container ul {
  padding-left: 10px;
  margin: 1em auto;
  list-style: none
}
div.text-container ul li {
  background: url('../img/dot.gif') no-repeat 2px 0.6em;
  padding-left: 16px;
}

div.text-container table {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.text-container table td {
  padding: 6px 10px;
}
div.text-container table thead td {
  color: #000;
}
div.text-container table tbody td {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
div.text-container table tbody td+td {
  border-left: 2px solid #000;
}


.fll { float: left }
.flr { float: right }
.tac { text-align: center }
.tal { text-align: left }
.tar { text-align: right }
.w50 { width: 50% }
.tdu { text-decoration: underline }
.nobd { border: 0!important }

font{
    color: #000000;
    font-size: 90%;
/*  text-decoration: none;
    font-weight: normal;
    font-family: Verdana, Arial;*/
}

div.tableStyling {
  position: relative;
}

.logo-1994,
.logo-1996 {
  position: absolute;
  top: 0;
  left: 0;
}

div.tableStyling .logo-1994 img,
div.tableStyling .logo-1996 img {
  border: 0;
}

div.tableStyling h1,
div.tableStyling h2,
div.tableStyling h3,
div.tableStyling h4,
div.tableStyling h5,
div.tableStyling h6 {
  color: #000;
  font-family: 'Times New Roman',Times,FreeSerif,serif;
}


div.tableStyling table {
  border: 1px solid gray;
}
div.tableStyling table td {
  padding: 3px 5px;
  border: 1px solid gray;
}
div.tableStyling table thead {
  background: none;
}
div.tableStyling table thead td {
  color: auto;
}
div.tableStyling table thead td+td {
  background: none;
}
div.tableStyling table tbody td {
  border: 1px solid gray;
  background: none;
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
div.tableStyling table tbody td+td {
  border: 1px solid gray;
}
div.tableStyling table tbody tr:nth-child(odd) td { background: none; }
div.tableStyling table tbody tr:nth-child(even) td { background: none; }
div.tableStyling table tbody tr:hover td { background: none !important; }




.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }













@media print {

  .pageWrapper {
    border: 0;
    padding: 0;
  }

  #printButton, #backToSite {
    display: none;
  }

  * { background-color: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm 0.5cm 0.5cm 2cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

}
