@charset "UTF-8";
/* @import url(template.css);
@import url(template-css3-ui.css); */
@namespace "http://www.w3.org/1999/xhtml";

*
{
  cursor: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  text-align: inherit;
  white-space: inherit;
  }

html, body
{
  cursor: auto;
  color: black;
  font-weight: normal;
  font-size: small;
  font-style: normal;
  text-align: left;
  white-space: normal;
  }

.nocss
{
  display: none !important;
  }

hr.sep
{
  display: none !important;
  }

a[href]
{
  cursor: pointer;
  }

q
{
  quotes: "\"" "\"";
  }

q:before
{
  content: open-quote;
  }

q:after
{
  content: close-quote;
  }

th
{
  text-align: center;
  vertical-align: middle;
  }

table
{
  border-collapse: separate;
  border-spacing: 0.25em;
  }

td, th, li
{
  padding-bottom: 0.0625em;
  padding-top: 0.0625em;
  }

li
{
  margin-bottom: 0.125em;
  }

h1
{
  font-size: 2em;
  margin: .67em 0;
  }

h2
{
  font-size: 1.5em;
  margin: .83em 0;
  }

h3
{
  font-size: 1.17em;
  margin: 1em 0;
  }

blockquote, ul,
fieldset, form,
ol, dl
{
  margin: 1.33em 0;
  }

ol, ul, dd
{
  margin-left: 40px;
  }

ol
{
  list-style-type: decimal;
  }

ul, ol
{
  padding: 0px;
  }

ol ul, ul ol,
ul ul, ol ol
{
  margin-top: 0;
  margin-bottom: 0;
  }

h1, h2, h3, h4,
h5, h6, em, strong, th
{
  font-weight: bolder;
  }

strong
{
  color: red;
  }

blockquote
{
  margin-left: 40px;
  margin-right: 40px;
  }

kbd, samp
{
  font-family: monospace;
  }

hr
{
  border: 1px inset;
  }

div.footer
{
  text-align: right;
  }

pre
{
  display: block;
  }

ins
{
  text-decoration: underline;
  }

del
{
  text-decoration: line-through;
  }

var
{
  color: black;
  font-family: monospace;
  }

button[disabled]:active,
button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled]
{
  color: gray;
 }
