body {
  background-color: #000000;
}
.redBG {
  background-image: url(../pix/spacer-red.gif);
	background-repeat: repeat;
}
.whiteBG {
	background-color: #FFFFFF;
}
td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
}
.b {
  font-weight: 900;
}
.i {
  font-style: italic;
}
.sm {
  font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: 900;
}
.white {
  color: #FFFFFF;
}
.h1 {
  font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
}
.h2 {
  font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
}
.h3 {
  font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
}
a:link {
	color: #FF3333;
	text-decoration:none;
}
a:visited {
	color: #FF3333;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a.leftNav:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.leftNav:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.leftNav:hover {
	color: #000000;
	text-decoration:none;
}
