body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
}
table {
	font-size:x-small;
}
a:link {
	color:#888888; 
	text-decoration:none;
}
a:visited {
	color:#888888;
	text-decoration:none;
}
a:hover {
color:#AAAAAA;
	text-decoration:underline;
	cursor:hand;
}
a:active {
	color:#CCCCCC; 
	text-decoration:none;
}
.tinyTxt{
	font-size: xx-small;
}
.smlTxt{
	font-size: x-small;
}
.smlTxtDesc{
	font-size: x-small;
	color: #BBBBBB;
}
.medTxt{
	font-size: small
}
.mdTxtB{
	font-size: small;
	font-weight: bold;
}
.bigTxt{
	font-size: large;
}
.bigTxtB{
	font-size: large;
	font-weight: bold;
}
.tableHead{
	background-color:#333333
}
.redText{
	color:#FF0000;
}
.textEntry {
  background-color: #666666;
  border-color: #FF0000;
  border-style: solid;
  border-width: 1;
  color: #FFFFFF;
  font-size: xx-small;
  font-family: verdana;
  height:14;
}
.textButtonSml {
	background-color: #999999;
	height:14px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	border: #666666 1px solid;
	font-size: xx-small;
	color: #FF0000;
	cursor:hand;
}
