/* WSListS1: Bulleted list with yellow oval bullets */
.WSListS1
{
  list-style-type: none;
  margin: 0;
  margin-top: -0.8em;
  padding: 0;
  line-height: 140%;
}
.WSListS1 li
{
  padding-left: 15px;
  padding-bottom: 0.4em;
  background: no-repeat url(../images/bullit1.gif) 0 0;
}

/* WSListS2: inline list*/

.WSListS2 ul
{
  display: inline;
 }
 
.WSListS2 li 
{
  margin-left: 0;
  padding-left: 2px;
  margin-right: 4px;
  padding-right: 4px;
  border: none;
  list-style: none;
  display: inline;
}
 
/* WSListS3: Billboard list */
.WSListS3
{
  list-style-type: none;
  margin: 0;
  margin-top: -0.8em;
  padding: 0;
  line-height: 140%;
  border:1px;
  }
.WSListS3 ul 
{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.WSListS3 li
{
  padding-left: 15px;
  padding-bottom: 0.4em;
  background: no-repeat url(../images/bullit1.gif) 0 0;
}
