﻿@charset "utf-8";
/* CSS Document */
body, table, p {
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0;
}
a {
  color: #0BA6AF;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-family: Verdana, Helvetica, Arial;
  font-size: 12px;
}
a:hover {
  color: #0BA6AF;
  text-decoration: Underline;
  font-style: normal;
  font-weight: normal;
}
body {
  background-color: #FFFFFF;
}
.h1 {
  font-size: 20px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: Bold;
  font-style: normal;
  text-decoration: none;
  color: #666666;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.h2 {
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: Bold;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.h3 {
  font-size: 16px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: Bold;
  font-style: normal;
  text-decoration: none;
  color: #666666;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.h4 {
  font-size: 14px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: Bold;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.text2 {
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.text3 {
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #666666;
  line-height: normal;
  line-height: 20px;
  margin: 0 0 0 2px;
}
small {
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: normal;
  font-style: Italic;
  text-decoration: none;
  color: #000000;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
input, textarea {
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
select {
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.checkbox {
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.radio {
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.Legend A {
  background-color: ;
  color: #999999;
  font-family: Verdana, Helvetica, Arial;
  font-size: 9px;
  font-weight: normal;
  height: 9px;
  font-style: italic;
  text-decoration: none;
  text-decoration: none;
}
.Legend A:Hover {
  color: #999999;
  font-family: Verdana, Helvetica, Arial;
  font-size: 9px;
  font-weight: normal;
  height: 9px;
  font-style: italic;
  text-decoration: none;
  text-decoration: ;
}
.searchinput {
  margin:0;
  padding:0;
  display:inline;
  float:left;
}
ul.pagechooser {
  list-style:none;
  margin:0;
  padding:0;
}
ul.pagechooser li {
  list-style:none;
  margin:0;
  padding:0;
}
ul.pagechooser li ul {
  list-style:none;
  margin:0;
  padding:0;
}

#IndexTitle p {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #666666;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 5px;
}
#InfoHeadHolder p {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #666666;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 5px;
}
#FooterHolder p {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #666666;
}
button.get_pdf_btn {
  background-color:#0BA6AF;
  border:1px solid #098c94;
  padding:5px 10px;
  background:-moz-linear-gradient(top,  #0fc7d2,  #0BA6AF);
  background:-webkit-gradient(linear, left top, left bottom, from(#0fc7d2), to(#0BA6AF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fc7d2', endColorstr='#0BA6AF');
  border-radius:3px 3px 3px 3px;
  -moz-border-radius:3px 3px 3px 3px;
  -webkit-border-radius:3px 3px 3px 3px;
  box-shadow:0px 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.2);
  color:#FFF;
  cursor:pointer;
}
button.get_pdf_btn:hover {
  background-color:#0a949c;
  border:1px solid #098c94;
  padding:5px 10px;
  background:-moz-linear-gradient(top,  #0fc7d2,  #0a949c);
  background:-webkit-gradient(linear, left top, left bottom, from(#0fc7d2), to(#0a949c));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fc7d2', endColorstr='#0a949c');
  border-radius:3px 3px 3px 3px;
  -moz-border-radius:3px 3px 3px 3px;
  -webkit-border-radius:3px 3px 3px 3px;
  box-shadow:0px 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.3);
  color:#FFF;
  cursor:pointer;
}

hr.pdf_hr {
  border:none;
  background-color:#EEE;
  height:1px;
  margin:20px auto;
}

