/* 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 */
body {
  font-family: Helvetica, Arial, sans-serif;
  color: #444444; }

/* @group links */
:focus {
  outline: 1px dotted #777777;
  color: #be2900; }

a:link {
  color: #f15c22; }
a:visited {
  color: #f15c22; }
a:focus, a:hover, a:active {
  color: #be2900;
  text-decoration: none; }

/* @end */
/* @group headers */
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: bold; }

h1, h2, h3 {
  font-family: Helvetica, Arial, sans-serif; }

h1 {
  font-size: 1.5em;
  color: #555;
  font-weight: normal;
  margin: 0.5em 0 0.5em 0; }

h2 {
  font-size: 1.2em;
  margin: 0.8em 0 0.5em 0;
  border-bottom: 1px dashed #aaa; }

h2, h3 {
  color: #b60050; }

/* @end */
/* @group forms */
form *:focus {
  outline: none; }

fieldset {
  margin: 1.714em 0; }

legend {
  font-weight: bold;
  font-variant: small-caps; }

label {
  display: block;
  font-weight: bold; }

legend + label {
  margin-top: 0; }

textarea, input[type="text"] {
  color: #777777;
  /* Mozilla (FireFox, Camino) */
  -moz-box-sizing: border-box;
  /* Webkit (Safari, Chrome) */
  -webkit-box-sizing: border-box;
  /* IE (8) */
  -ms-box-sizing: border-box;
  /* CSS3 */
  box-sizing: border-box;
  width: 100%; }

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
  border: 0.063em solid #aaaaaa;
  border-left: none;
  border-right: none;
  padding: 0.438em 0;
  margin: 0.5em 0; }

tbody {
  color: #777777; }

th {
  font-weight: bold; }

td {
  vertical-align: top; }

/* @end */
/* @group block tags */
p {
  margin: 0.8em 0;
  line-height: 1.4em; }

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.714em;
  color: #777777; }

/* @end */
/* @group inline tags */
cite {
  font-style: italic;
  color: #777777; }

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 */
