@media print{.noPrint{visibility: hidden;display:none;}}

BODY {
	font-family:  Roboto, Open Sans, Telex, sans-serif;
	
	color: black;
	background-color: white;
	margin-left: 2%; margin-right: 10%;
}
TD {
}
TABLE.small {
	font-size: small;
}
TABLE.content {
	table-layout:auto;
}
TD.header 
{
	font-family:  Open Sans, Roboto, Telex, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #11c991;
	background-color: black;
	border: solid black 1px;
}
TD.subheader 
{
	font-family:  Open Sans, Roboto, Telex, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #11c991;
	background-color: black;
	border: solid black 1px;
}
TD.rowheader {
	font-size: large;
	font-weight: bold;
	border-top: solid #AA00AA 2px;
	border-bottom: solid #AA00AA 2px;
	color: #FFF380;
	background-color:green;
	text-align:left;
	font-family:  Open Sans, Roboto, Telex, sans-serif;
}

TD.link{
	font-size: large;
	font-weight: bold;
	background-color: White;
	text-align:center;
}
TD.colheader {
	font-weight: bold;
	color: white;
	background-color: black;
	border: solid black 1px;
	text-align:center;
}
TD.colheaderside {
	font-weight: bold;
	color: white;
	background-color: black;
	border: solid #f0f0f0 1px;
	text-align:center;
}
TD.colheadercolor {
	font-weight: bold;
	color: #111111;
	background-color: #f0f0f0;
	border: solid black 1px;
	text-align:center;
}
TD.colorborderless {
	color: #111111;
	background-color: #f0f0f0;
	border: none;
	text-align: left;
}
TD.colheadercolorsmall {
	font-weight: bold;
	color: #111111;
	background-color: #f0f0f0;
	border: solid black 1px;
	text-align:center;
}
TD.topic 
{
	font-family:  Roboto, Open Sans, Telex, sans-serif;
	font-size: large;
	font-weight: bold;
	border-BOTTOM: solid black 1px;
	background-color:black;
	color: #11c991;
}
TD.subtopic 
{
	margin-top: 0.75em;
	font-weight: bold;
	border-BOTTOM: solid black 1px;
	border-TOP: solid black 1px;
	font-style: italic;
}
TD.indenttopic 
{
	margin-top: 0.75em;
	text-indent: 1.5em;
	font-weight: bold;
	border-BOTTOM: solid black 1px;
	border-TOP: solid black 1px;
	font-style: italic;
}
TD.subindenttopic 
{
	margin-top: 0.75em;
	text-indent: 1.5em;
	font-weight: bold;
	border-TOP: solid black 1px;
}
TD.content {
	text-indent: 1.5em;
	padding: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

TD.update 
{
	text-indent: 1.5em;
	font-weight: bold;
	background-color:silver;
	border: solid black 1px;
}
TD.cell {
	border-BOTTOM: solid black 1px;
	border-RIGHT: solid black 1px;
	text-align:left;
}
TD.simplecell {
	text-align:left;
	text-indent: 1.5em;
}
TD.centered {
	text-align:center;
	vertical-align:baseline;
}
TD.CenteredCell {
	text-align:center;
	vertical-align:baseline;
	border-BOTTOM: solid black 1px;
	border-RIGHT: solid black 1px;
}
TD.HEROcell {
	border-BOTTOM: solid black 1px;
	border-RIGHT: solid black 1px;
	text-align:left;
	color: #11c991;
	background-color: black;
}
TD.small {
	text-align:left;
}
TD.MarginSmall
{
	padding-top:.20em;
}
TD.informative 
{
	font-family:  Roboto, Open Sans, Telex,sans-serif;
	font-style: italic;
	text-indent: 1.5em;
	padding: 10px;
}
TD.updatebox 
{
	font-family:  Roboto, Open Sans, Telex,sans-serif;
	text-indent: 1.5em;
	border: black 1px;
	background-color:#f0f0f0;
	margin: 3px;
	padding: 3px;
}
TD.updateBoxNoIndent 
{
	font-family:  Roboto, Open Sans, Telex,sans-serif;
	border: black 1px;
	background-color:#f0f0f0;
}
TD.nodindent {
	text-indent: 0em;
}
SPAN.small {
	font-size: 8pt;
}
.backlight {
	background-color:Yellow;
	font-weight: bold;
	border: double gold 1px;
}
.informative 
{
	font-family:  Roboto, Open Sans, Telex,sans-serif;
	font-style: italic;
	text-indent: 1.5em;
}
.shaded
{
	background-color:#f0f0f0;
}

.greyed {
	font-weight: bold;
	color: #666666;
	background-color: #f0f0f0;
	border: solid black 1px;
}

ol	{
        margin-bottom:0in;
    }

li 	{
	    padding: 3px;
	    padding-left:20px;
	    border-bottom: solid white 1px;
	}
ul
	{
	    margin-left:0in;
	    margin-right:.25in;
	    list-style-type: none;
	    text-indent: -22px ;
	}

ul.no-hang 
	{
	    text-indent: 0px;
	}

DIV.sidebartext {
	border: double black 1px;
	background-color:#f0f0f0; 
}

.hide {
	display:none;
}

.hidden {
	display:none;
}

a.fredlink {
	color: #11c991;
}
