body {
  font-family: Arial, helvetica, sans-serif;
  font-size:11px;
  color:#666666;
  margin:0;
  background-image:url(../_img/bg_main.gif);
}

span,td,select,input,textarea {
	font-family: Arial, helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
p,ul {
	font-family: Arial, helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin-top:0;
	margin-bottom:0;
}
a.constants {
	font-family: Arial, helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.ltGreenText {
	color: #CCCC99;
}
.whiteText {
	color: #ffffff;
}
a.whiteText {
	color: #ffffff;
}
.blackCell {
	background-color: #000000;
	color: #FFFFFF;
}
.redText {
	color: #951112;
}
.redCell {
	background-color: #951112;
	color: #FFFFFF;
}
.tealText {
	color: #336666;
}
.tealCell {
	background-color: #336666;
	color: #FFFFFF;
}
.blueText {
	color: #43559F;
}
.blueCell {
	background-color: #43559F;
	color: #FFFFFF;
}