@charset 'UTF-8';

/* Fonts */

body, button, caption, optgroup, select, td, th {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

code, kbd, pre, samp, tt, var {
  font-size: 110%;
  font-family: 'Courier New', Courier, 'Lucida Console', 'Andale Mono', monospace;
}

input, textarea {
  font-size: 11px;
  font-family: 'Courier New', Courier, 'Lucida Console', 'Andale Mono', monospace;
}

/* Colors */

body, caption, input, optgroup, option, select, td, textarea, th {
  color: #333333;
}

button, h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

a:link {
  color: #0066CC;
}

a:visited {
  color: #993399;
}

/* Universal Selector */

* {
  outline: 0;
  vertical-align: baseline;
}

/* Pseudo-Class Selectors */

:focus {
  outline: 0;
}

/* Forms Module */

button {
  margin: -1px -1px 0 -1px;
  padding: 1px .25em;
  line-height: 1;
}

fieldset {
  margin: 0 0 1.75em 0;
  border: 1px solid #ABADB3;
  padding: 1.5em 2em;
}

form {
  margin: 0;
}

input {
	margin: 0;
  padding: .166em 0 0 .3em;
}

legend {
  margin: 0 0 0 -.5em;
  padding: 0 .5em;
}

textarea {
  margin: 0;
}

/* Hypertext Module */

a:link {
  text-decoration: underline;
}

/* Image Module */

img {
  border: 0;
}

/* List Module */

dd {
  margin: 0 0 1.5em 3em;
  font-style: italic;
}

dl {
  margin: 0;
}

dt {
  margin: 0 0 1.5em 0;
  font-weight: bold;
}

li ol {
  margin-bottom: 0;
}

li ul {
  margin-bottom: 0;
}

ol {
  margin: 0 0 1.5em 3em;
  padding: 0;
}

ul {
  margin: 0 0 1.5em 3em;
  padding: 0;
  list-style-type: disc;
}

/* Presentation Module */

big {
  font-size: 125%;
  line-height: 1;
}

hr {
  margin: 0 0 1.5em 0;
  border: 0;
  border-top: 1px solid #ABADB3;
  width: 100%;
  height: 0;
}

small {
  font-size: 85%;
  line-height: 1;
}

sub {
  line-height: 1;
  vertical-align: sub;
}

sup {
  line-height: 1;
  vertical-align: super;
}

/* Structure Module */

body {
  margin: 0;
  height: 100%;
  line-height: 1.5;
  background: #FFFFFF;
}

html {
  height: 100%;
}

/* Table Module */

caption {
  padding: 0 0 1.5em 0;
  line-height: 1.5;
  text-align: left;
}

table {
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ABADB3;
  border-left: 1px solid #ABADB3;
}

td {
  border-right: 1px solid #ABADB3;
  border-bottom: 1px solid #ABADB3;
  padding: 1.5em;
  line-height: 1.5;
  vertical-align: top;
}

th {
  border-right: 1px solid #ABADB3;
  border-bottom: 1px solid #ABADB3;
  padding: 1.5em;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

thead td {
  font-weight: bold;
}

/* Text Module */

abbr {
  border: 0;
  font-variant: small-caps;
}

acronym {
  font-variant: small-caps;
  text-transform: lowercase;
}

address {
  margin: 0 0 1.5em 0;
}

blockquote {
  margin: 0 0 1.5em 0;
  border: 1px solid #ABADB3;
  padding: 1.5em 2em 0 2em;
  quotes: none;
}

blockquote:after {
  content: '';
}

blockquote:before {
  content: '';
}

blockquote cite {
  display: block;
  margin-top: 1.5em;
  text-align: right;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0 0 .5em 0;
  font-size: 300%;
  line-height: 1;
}

h2 {
  margin: 0 0 .5em 0;
  font-size: 225%;
  line-height: 1;
}

h3 {
  margin: 0 0 .5em 0;
  font-size: 175%;
  line-height: 1;
}

h4 {
  margin: 0 0 .5em 0;
  font-size: 150%;
  line-height: 1;
}

h5 {
  margin: 0 0 .5em 0;
  font-size: 125%;
  line-height: 1;
}

h6 {
  margin: 0 0 .5em 0;
  font-size: 100%;
  line-height: 1;
}

p {
  margin: 0 0 1.5em 0;
}

pre {
  margin: 0 0 1.5em 0;
}

q {
  quotes: none;
}

q:after {
  content: '';
}

q:before {
  content: '';
}