BODY { 
  font-family: tahoma, arial, serif;
  font-size: 90%;
  color: black; 
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
/* removed TD style as this broke the apymenu */
P { 
  font-family: tahoma, arial, serif;
  font-size: 90%;
  color: black;
  margin-top: 0.5em; 
  margin-bottom: 0.5em 
}

.celbotlingrey { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; }
.celfire   { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #EE7700; }
.celemlight{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFCC33; }
.celbath   { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #336699; }
.celstlight{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CC3399; }
.celvent   { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #996699; }
.celbellch { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #006633; }
.celblocks { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #009966; }
.celmeters { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #0099CC; }
.celdeals-unused  { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #666666; }
.celwnew   { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C00000; }
.celtrade  { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999999; }
.celconta  { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C0C0C0; }
.celabout  { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D984F2; }

.tinytext { font-size: 75%; }
.txtwee {font-size: 70%; }
.txtlab {
	font-size: 80%;
	font-weight: bold;
}
.txtall {
	font-size: 80%;
	color: #000000;
}
.txtmod {
	font-size: 80%;
	color: #666666;
	font-weight: bold;
}
.label {font-size: 70%; color: #999999; }

.ctlink {cursor:hand;cursor:pointer;}

H1 { text-align: left }
H1, H2, H3, H4 { font-family: arial, serif; font-weight: bold }

H1 { font-size: 180%;
	margin-top: 0.6em; 
	margin-bottom: 0.4em; 
}
H2 {
	font-size: 14pt;
	margin-top: 0.6em; 
	margin-bottom: 0.4em; 
}
H3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 0.3em; 
	margin-bottom: 0.2em; 
}
H4 {
	font-size: 105%;
	font-weight: bold;
	margin-top: 0.2em; 
	margin-bottom: 0.2em; 
}
H5 {
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	margin-top: 0.0em; 
	margin-bottom: 0.1em; 
}
H6 { 
	color: #000000;
	margin-top: 0.2em; 
	margin-bottom: 0.2em  }

A {text-decoration: none}
A:link {
	color: #660066;
	text-decoration: none;
}		/* unvisited link */
A:visited { color: #990066}	/* visited links */
A:active { color: #660099}		/* active links */
A:hover { color: #660099; text-decoration:underline; }	/* mouseover effect */
