body {
  background-image: url(../images/spacer-table.gif);
	background-repeat: repeat;     
}
.whiteBG {
	background-color: #FFFFFF;
}
.blackBG {
	background-color: #000000;
}
.lilacBG {
	background-color: #9999FF;
}
.blueBG {
	background-image: url(../images/spacer-blue.gif);
	background-repeat: repeat;
}
.blueDkBG {
	background-image: url(../images/spacer-blue-dark.gif);
	background-repeat: repeat;
}
.tableBG {
	background-image: url(../images/spacer-table.gif);
	background-repeat: repeat;
}
.leftBG {
	background-image: url(../images/leftBG.jpg);
	background-repeat: repeat-y;
}
.rightTabBG {
  background-image: url(../images/right-ad-tab.jpg);
	background-repeat: no-repeat;
}
.footerBG {
  background-image: url(../images/footerBG.jpg);
	background-repeat: repeat-y;
}
td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
}
.ht30 { height:30px; }
.ht45 { height:45px; }
.ht55 { height:55px; }
.b {
  font-weight: 600;
}
.i {
  font-style: italic;
}
.sm {
  font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: 500;
}
.blue {
  color: #006699;
}
.white {
  color: #FFFFFF;
}
.h1 {
  font-family: Arial, sans-serif;
  font-size: 30px;
	font-weight: 900;
}
.h2 {
  font-family: Arial, sans-serif;
  font-size: 24px;
	font-weight: 900;
}
.h3 {
  font-family: Arial, sans-serif;
  font-size: 16px;
	font-weight: 900;
	text-align:center;
}
.h4 {
  font-family: Arial, sans-serif;
  font-size: 14px;
	font-weight: 900;
}
a:link { color: #006699; text-decoration:none; }
a:visited { color: #006699; text-decoration:none; }
a:hover { color: #000000; text-decoration:underline; }

a.onBlue:link { color: #FFFFFF; text-decoration: none; }
a.onBlue:visited { color: #FFFFFF; text-decoration: none; }
a.onBlue:hover { color: #CCFFFF; text-decoration: underline; }