/* Show/Hide Content documentation: http://www.project2061.org/includes/CodeLibrary/ShowHideContent/shContent.manual.htm */
@media print, screen {
a.shLink { color: #000000; text-decoration: underline; }
}

@media screen {
.shHidden { display: none; }
a.shLinkOn { color: #0000cc; text-decoration: none; border-bottom: 1px dashed; }
}

@media print {
#shToggle { display: none; }
.shLink { display: none; }
a.shLinkOn { display: inline; text-decoration: none; }
}
