@media print{.noPrint{visibility: hidden;display:none;}}
a.header:link {color: #CC33CC}
a.header:visited {color: #CC33CC}
a.header:hover {font-weight: bold; color: #CC33CC}
a.header:active {font-weight: bold; color: #CC33CC}
a:link {color: #CC33CC}
a:visited {color: #CC33CC}
a:hover {font-weight: bold; color: #CC33CC}
a:active {font-weight: bold; color: #CC33CC}

BODY {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #773377;
	background-color: white;
	margin-left: 2%; margin-right: 10%;
}
TD {
	font-size: 10pt;
}
TABLE.small {
	font-size: 8pt;
}
TABLE.content {
	font-size: 10pt;
	table-layout:auto;
}
TD.header {
	font-size: 14pt;
	font-weight: bold;
	color: white;
	font-family: Arial Bold,Times New Roman, Arial, Helvetica, sans-serif;
	border-BOTTOM: solid black 2px;
	border-Top: solid black 2px;
	color:#883388;
	background-color:#FFEEAA;
}
TD.rowheader {
	font-size: 12pt;
	font-weight: bold;
	border: solid black 1px;
	text-align:left;
	background-color:#773377;
	color: #FFEEAA;
}


TD.subheader 
{
	font-family: Arial Bold,Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #F0E68C;
	background-color: black;
	border: solid black 1px;
}
TD.centered {
	text-align:center;
	vertical-align:baseline;
}
TD.centeredBold {
	text-align:center;
	vertical-align:baseline;
	font-weight:bold;
}
TD.link{
	font-size: 22pt;
	font-weight: bold;
	background-color: White;
	text-align:center;
}
TD.colheader {
	font-size: 12pt;
	font-weight: bold;
	color: #FFDEAD;
	background-color: black;
	text-align:center;
	border: solid black 1px;
}
td.colheadercolor {
    background-color:#F0F0F0;
    border:1px solid black;
    color:#666666;
    font-size:12pt;
    font-weight:bold;
    text-align:center;
}
TD.linkheader {
	background-color:rgb(160,65,30);
	}
TD.prophesy 
{
	font-family: Druid Bold, Lucida Calligraphy, Brush Script MT, Old Germen, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color:rgb(160,65,30);
	text-align:center;
	background-color: #ffffee;

}
TD.cell {
	font-size: 12pt;
	border-BOTTOM: solid black 1px;
	border-RIGHT: solid black 1px;
	text-align:left;
}
TD.topic 
{
	font-family: Arial Bold,Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	border-BOTTOM: solid black 2px;
	border-Top: solid black 2px;
	background-color: rgb(225,225,225);
	/*color: black;*/
}
TD.subtopic 
{
	margin-top: 0.75em;
	font-size: 12pt;
	font-weight: bold;
	border-BOTTOM: solid black 1px;
	border-TOP: solid black 1px;
	font-style: italic;
}
TD.indenttopic 
{
	margin-top: 0.75em;
	font-size: 11pt;
	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;
	font-size: 10pt;
	text-indent: 1.5em;
	font-weight: bold;
}
TD.content {
	font-size: 12pt;
	text-indent: 1.5em;
	background-color: #ffffef;
}

TD.update 
{
	text-indent: 1.5em;
	font-weight: bold;
	font-size: 12pt;
	background-color:silver;
	border: solid black 1px;
}
TD.cell {
	font-size: 12pt;
	border-BOTTOM: solid black 1px;
	border-RIGHT: solid black 1px;
	text-align:left;
}
TD.HEROcell {
	font-size: 12pt;
	border-BOTTOM: solid black 1px;
	border-RIGHT: solid black 1px;
	text-align:left;
	color: #F0E68C;
	background-color: black;
}

TD.small {
	font-size: 10pt;
}
TD.MarginSmall
{
	padding-top:.20em;
	font-size: 10pt;
}
TD.informative 
{
	font-family: Comic Sans MS,Arial,sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-indent: 1.5em;
}
TD.updatebox 
{
	font-family:Helvetica,Verdana, Arial,sans-serif;
	font-size: 12pt;
	text-indent: 1.5em;
	border:  black 1px;
	border-bottom: black 1px;
	background-color:#f0f0f0;
}
TD.divider
{
	font-family:Helvetica,Verdana, Arial,sans-serif;
	font-size:0pt;
	border-bottom: black 1px;
	border-left:black 1px;
	border-right:black 1px;
	border-top:black 1px;
	border:black 1px;
	background-color:#773377;
}
SPAN.small {
	font-size: 8pt;
}
.backlight {
	background-color:Yellow;
	font-size: 14pt;
	font-weight: bold;
	border:  gold 1px;
}
.informative 
{
	font-family: Comic Sans MS,Arial,sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-indent: 1.5em;
}
.shaded
{
	background-color:#f0f0f0;
}
.greyed
 {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	background-color: #f0f0f0;
	border: solid black 1px;
}

 ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}

DIV.sidebartext {
	border: double black 1px;
	background-color:#f0f0f0; 
}
.hide {
	display:none;
	visibility:hidden;
}