/* -*- mode: c; -*-  */
FRAMESET { 
	background: white; 
	color: black;
}
FRAME { 
	background: white; 
	color: black;
}
BODY { 
	background: white; 
	color: black;
}

A:link { color: red }
A:visited { color: blue }
A:active { color: lime }

A IMG {
	border: 0pt dotted white;
}


UL.list { 
	color: red; 
	list-style-type: square;
}

H1 { 
	font-style: bold; 
	color: black;
}

DIV.center { 
	text-align:center;
}

TABLE {
	width: 100%;
}

TD { 
	font-style: italic; 
	text-align: left;
	color: black;
}

TD.center { 
	font-style: italic; 
	text-align: center;
	color: black;
}

TD.right { 
	text-align: right;
}

TH.right { 
	text-align: right;
}


TABLE.trace {
 width: 80%;
 border: 1pt;
 align: center;
}

TD.trace {
  text-align: right;
  font-family: courier, monospace;
  font-style: normal;
 color: navy;
  font-size: 11pt;
}

PRE {
  font-style: lucidatypewriter, courier, fixed;
 color: navy;
  font-size: 9pt;
}


TD.rancid { 
  font-style: helvetica, arial, sans; 
  text-align: left;
  font-size: 10pt;
	
}

TABLE.smalleft {
  /* width: 30%; */
 border: 0pt;
 align: left;
}

TH.smalleft {
  font-style: times, serif;
  text-align: left;
  font-size: 10pt;
}

TD.smalleft {
  font-style: times, serif;
  text-align: left;
  font-size: 10pt;
}

TABLE.mrtg {
 border: 1pt;
 align: center;
 width: 80%;
}

TR.mrtg {
 text-align: center;
 background-color: #f0f0f0;
}

TR.mrtgdark {
 text-align: center;
 background-color: #e0e0e0;
}

TH.mrtg {
 text-align: center;
}

TD.mrtg {
 text-align: center;
}


SPAN.normal {
}

SPAN.alarm {
  background-color: brown;
 color: white;
}

A:link SPAN.normal {
 color: darkgreen;
}

A:visited SPAN.normal {
 color: navy;
}

DIV.mrtg {
  align: center;
}

TABLE.topten {
 border: 1pt;
 align: center;
 padding-left: 20pt;
 padding-right: 20pt;
}

TR.topten {
 text-align: left;
 background-color: #f0f0f0;
}

TR.toptendark {
 text-align: left;
 background-color: #e1e0e5;
}

TH.topten {
 text-align: left;
}

TH.toptencenter {
 text-align: center;
}

TD.topten {
 text-align: right;
}


P {
  text-align: justify;
}


@media print {
  TABLE.topten {
     width: 19cm;
     border-width: 1pt;
     border-color: black;
     border-style: solid;
  }
  TD.topten {
    text-align: right;
    border-width: 1pt;
    border-color: black;
    border-style: solid;
  }
  TH.topten {
    text-align: left;
    border-width: 1pt;
    border-color: black;
    border-style: solid;
  }

}
