/* Welcome to Susy. Use this file to define print styles.
 *
 * Import this file using the following HTML or equivalent:
 *
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* @group reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus {
  outline: 0;
}

body {
  line-height: 1em;
  color: black;
  background: #fff;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

img a {
  border: none;
}

/* @end */
/* @group defaults */
/* Base Styles
 *
 * * Sets some base styles for use throughout the site, as well as useful variables
 *
 * removed:   letter-spacing: 0.01em; */
body {
  font-size: 75%;
  background-color: white;
  font-family: Arial, Verdana, sans-serif;
  color: #3e3e3e;
  line-height: 1.3em;
}

/* @group links */
:focus {
  outline: 1px dotted #717171;
  color: ;
}

a {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #0089e8;
}
a:link, a:visited {
  color: #0089e8;
}
a:focus, a:hover, a:active {
  border: none;
  color: #006eb7;
}

/* @end */
/* @group headers */
h1, h2, h3, h4, h5, h6 {
  color: #2d2d2d;
  font-weight: bold;
  line-height: 1.1em;
}

h1, h2, h3 {
  font-family: Arial, Verdana, sans-serif;
}

h1 {
  font-size: 2.7em;
  display: inline;
}

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
  width: 100%;
  border: 0.063em solid #a4a4a4;
  border-left: none;
  border-right: none;
  padding: 0.438em 0;
  margin: 0.5em 0;
}

tbody {
  color: #717171;
}

th {
  font-weight: bold;
}

/* @end */
/* @group block tags */
p {
  margin: 0 0 1.3em 0;
}

ol {
  list-style: decimal;
  margin: 0 1.5em 1.5em 1.5em;
}

ul {
  list-style: disc;
  margin: 0 1.5em 1.5em 1.5em;
}

blockquote {
  margin: 1.3em;
  color: #717171;
}

/* @end */
/* @group inline tags */
cite {
  font-style: italic;
  color: #717171;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

q {
  font-style: italic;
}
q em {
  font-style: normal;
}

/* @end */
/* @group replaced tags */
img {
  vertical-align: bottom;
}

/* @end */

/* @end */


