/* -----------------------------------------------

WOW Design Solutions
Author: Glynn Williams
Created: March 2011
Edited: February 2014

----------------------------- */

/*-- COLOURS: DkGreen: #3D5209 | MidGreen: #5F742B | LtGreen: #DFE3D5 | DkGrey: #576B6B | MidGrey: #627778 | LtGrey: #EFF1F1 | MidBlack: #222727 */

/*---------------------------------------------------------- print.css */
body {font-size:85%;color:#000;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif}

/*---------------------------------------------------------- main tags */
h1, h2, h3, h4, h5, h6, p, ul {margin-bottom:10px}
h1, h2, h3, h4, h5, h6 {font-weight:lighter}
h1 {font-size:185%;color:#000}
h2 {font-size:170%;color:#000}
h3 {font-size:155%;color:#000}
h4 {font-size:140%;color:#000}
h5 {font-size:125%;color:#000}
h6 {font-size:110%;color:#000}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0}
#middle p {text-align:justify;line-height:150%}
#middle ul {line-height:inherit;margin-left:40px}
#middle ol {margin-left:25px}
img {border:none;border-collapse:collapse}
acronym {color:#000;cursor:help}
strong {font-weight:bold}
hr {height:1px;margin:8px 0;padding:0;border:none;width:100%;background-color:#FFF;border-bottom:#000 dotted 1px;clear:both;}
img.left {float:left;margin:0 15px 15px 0}
img.right {float:right;margin:0 0 15px 15px}

/*---------------------------------------------------------- all text links */
a {color:#000;text-decoration:underline;border:none;outline:0}
a:active, a:focus {outline:0}
a:hover {color:#000;text-decoration:none}
#middle p a {color:#000;font-weight:bold}
#middle p a:hover {color:#000;text-decoration:none}
	
/*---------------------------------------------------------- text styles */
.intro {font-size:115%;letter-spacing:0.03em;font-weight:lighter;color:#000}

@media all and (orientation:portrait) {
/* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) {
/* Style adjustments for landscape mode goes here */
}

@media screen and (max-device-width: 480px) {
html {-webkit-text-size-adjust:none;-ms-text-size-adjust:none} */
}

@media print {
  * {background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important} /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {color:#000 !important;text-decoration:underline}
  a[href]:after {content:" (" attr(href) ")"}
  abbr[title]:after {content:" (" attr(title) ")"}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content:""}  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {border:1px solid #000;page-break-inside:avoid}
  thead {display:table-header-group} /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {page-break-inside:avoid}
  @page {margin:1cm}
  p, h2, h3 {orphans:3;widows:3}
  h2, h3{page-break-after:avoid}
}