/* CSS Reset */

html, body, div, span, object, p, a, abbr, acronym, img, s, small, strike, sub, sup, dl, dd, dt, ul, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, th, tr, td, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  font-weight: inherit;
  font-style: inherit;
  font-size: 1em;
  font-family: inherit;
/*  vertical-align: baseline; - making shit with this table-based layout */
  background: transparent;
}

 li, ol {
  border: 0px;
  outline: 0px;
  font-weight: inherit;
  font-style: inherit;
  font-size: 1em;
  font-family: inherit;
  background: transparent;
  margin: 0em;
  padding: 0em;

}


:focus, :active {
  outline: 0px;
}

html {
  height: 100%;
}
body {
  height: 100%;
}

p, pre, code, label, /* th, td, */ dd, dt, select, li {
/*  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em; */
/*  font-size: 13px; */
}
p {
/*  text-align: justify; */
  margin: 1em 0;
}

/* Lists */

ul {
  margin-bottom: 1.4em;
}

ul {
  margin: 0em;
  padding: 0em;
}
ul {
  list-style: square;
  list-style: disc;
}
 ol {
  list-style: decimal; 
  font-size: .75em;
}

li {
  margin: 0em;
  padding: 0em;
  margin-left: 1.4em; 
  color: #515455;
}

/* End of Lists */

legend {
  display: none;
}
small {
  font-size: .85em;
}
big {
  font-size: 1.15em
}
sup {
  position: relative;
  bottom: .3em;
  vertical-align: baseline;
}
sub {
  position: relative;
  bottom: -.2em;
  vertical-align: baseline;
}
acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}
label {
  cursor: pointer;
}

/* Fonts */

h1, h2, h3, h4, h5, h6 {
 /* font-family: Arial, Times New Roman, Verdana, Tahoma, sens-serif; */
  font-family: Arial;
  font-weight: normal;
}
h1, h2 {
  font-size: 1.25em;
}
p, pre, label, th, td, li {
 /* font-family: Arial, Times New Roman, Verdana, Tahoma, sens-serif; */
  font-family: Arial;
}

/* End of Fonts */

/* Links */

a {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}
a img {
  border: none;
}

/* End of Links */	

/* Global Classes */

.clear {
  height: 0px !important;
  line-height: 0px !important;
  font-size: 1px !important;
  clear: both !important;
  float: none !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  overflow: hidden !important;
}
