@charset "utf-8";

/* BODY, DIV, IMG
--------------------------------------------------------------------------------*/

BODY {
  display: block;
  position: relative;
  float: none;
  clear: both;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  margin: 0;
  border: none;
  padding: 0;
  color: #666;
  background: #fff;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  line-height: normal;
}

DIV {
  display: block;
  float: none;
  clear: none;
  margin: 0;
  border: none;
  padding: 0;
}

IMG {
  display: inline;
  margin: 0;
  border: 0;
  padding: 0;
}

/* H1, H2, H3, H4, H5, H6, P, HR, CENTER, BLOCKQUOTE
--------------------------------------------------------------------------------*/

H1, H2, H3, H4, H5, H6 {
  display: block;
  margin: 0;
  border: none;
  padding: 0;
  color: inherit;
  background: none;
  font-weight: bold;
  text-align: left;
  line-height: normal;
}

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

H2 {
  margin: .75em 0;
  font-size: 1.5em;
}

H3 {
  margin: .83em 0;
  font-size: 1.17em;
}

H4 {
  margin: 1.12em 0;
  font-size: 1em;
}

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

H6 {
  margin: 1.67em 0;
  font-size: .75em;
}

P {
  display: block;
  margin: 1.12em 0;
  padding: 0;
  color: inherit;
  background: none;
  font-weight: normal;
  text-align: justify;
  line-height: normal;
}

HR {
  border: 1px inset;
}

CENTER {
  text-align: center;
}

BLOCKQUOTE {
  margin: 0px 5px 10px 5px;
  padding: 10px 10px 1px 10px;
  font-style: italic;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
}

/* A, B, STRONG, I, CITE, EM, VAR, ADDRESS, U, INS, S, STRIKE, DEL, PRE, TT, CODE, KBD, SAMP, Q, CITE
--------------------------------------------------------------------------------*/

A {
  color: #666;
  text-decoration: none;
  outline: none;
}

A:hover, A:active {
  color: #d10019;
  outline: none;
  text-decoration: underline;
}

A:focus {
  outline: none;
}

A:link, A:visited {
  color: #666;
}

B, STRONG {
  font-weight: bolder;
}

I, CITE, EM, VAR, ADDRESS {
  font-style: italic;
}

U, INS {
  text-decoration: underline;
}

S, STRIKE, DEL {
  text-decoration: line-through;
}

PRE {
  font-family: monospace;
  white-space: pre;
}

TT, CODE, KBD, SAMP {
  font-family: monospace;
}

Q {
  display: inline;
}

CITE {
  display: inline;
  font-style: italic;
}

/* BIG, SMALL, SUB, SUP
--------------------------------------------------------------------------------*/

BIG {
  font-size: 1.25em;
}

SMALL {
  font-size: 0.75em;
}

SUB {
  font-size: 0.75em;
  vertical-align: sub;
}

SUP {
  font-size: 0.75em;
  vertical-align: super;
}

/* UL, OL, LI
--------------------------------------------------------------------------------*/

UL {
  list-style-type: circle;
  margin: 0.5em 0 0.5em 40px;
}

OL {
  list-style-type: decimal;
  margin: 0.5em 0 0.5em 0;
}

OL UL, UL OL, UL UL, OL OL {
  margin-top: 5px;
  margin-bottom: 10px;
}

LI {
  display: list-item;
}

/* TABLE, TR, THEAD, TBODY, TFOOT, COL, COLGROUP, TR, TH, TD, CAPTION
--------------------------------------------------------------------------------*/

TABLE {
  display: table;
}

TR {
  display: table-row;
}

THEAD {
  display: table-header-group;
}

TBODY {
  display: table-row-group;
}

TFOOT {
  display: table-footer-group;
}

COL {
  display: table-column;
}

COLGROUP {
  display: table-column-group;
}

TR {
}

TH {
  display: table-cell;
  font-weight: bold;
  text-align: center;
}

TD {
  display: table-cell;
}

CAPTION {
  display: table-caption;
  text-align: center;
}

/* DIR, MENU, DD, ABBR, ACRONYM, LABEL
--------------------------------------------------------------------------------*/

DIR, MENU, DD {
  margin-left: 40px;
}

ABBR, ACRONYM {
  font-variant: small-caps;
  letter-spacing: 0.1em;
}

LABEL {
  margin-left: 10px;
}

/* FORM, INPUT, FIELDSET
--------------------------------------------------------------------------------*/

FORM {
  display: block;
}

INPUT {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  outline: none;
}

FIELDSET {
  display: block;
  outline: none;
}

LEGEND {
}

/* OBJECT, EMBED
--------------------------------------------------------------------------------*/

OBJECT {
  margin: 0;
  padding: 0;
}

EMBED {
  margin: 0;
  padding: 0;
}