/* Print Stylesheet */
/* Print Style Sheet */
@media print {
body { background:white; color: black; margin: 0; font-size: 11pt; background: none; font-family: Georgia, "Times New Roman", Times, serif; }

a:link, a:visited {color: #520; background: transparent; font-weight: bold; text-decoration: underline; }
   
a:link:after, #content a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="/"]:after {content: " (http://www.relationalcapitalgroup.com" attr(href) ") ";  }
   
#sidebar, #w-menu, #w-submenu, #w-header, #w-footer, .sstag, .breadcrumbs, .printer-friendly {display: none; position: absolute; left: -9999px; }
#content {float: none; width: auto; margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid }
img { page-break-inside:avoid; page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

img.centered, img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
img.right, img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left, img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }

.right, .alignright { float: right; }
.left, .alignleft { float: left }

}