/** Style the tweets */
.twitters {
  overflow: auto;
  margin: 0px;
  width: 185px;
  font-family: "Arial", "Georgia", "Verdana", "Times New Roman", sans-serif;
  color: #4F4F4F;
  font-size: 8pt;
  padding-top: 8px;
	TEXT-DECORATION: none;
}

.twittersq {
  overflow: auto;
  margin: 0px;
  width: 185px;
  font-family: "Arial", "Georgia", "Verdana", "Times New Roman", sans-serif;
  color: #4F4F4F;
  font-size: 8pt;
  padding-top: 8px;
	TEXT-DECORATION: none;
}

A.twittersq:hover {

  font-family: "Arial", "Georgia", "Verdana", "Times New Roman", sans-serif;
  color: #4F4F4F;
  font-size: 8pt;
	TEXT-DECORATION: none;
}

.twittersf {
  overflow: auto;
  margin: 0px;
  width: 185px;
  font-family: "Arial", "Georgia", "Verdana", "Times New Roman", sans-serif;
  color: #000000;
  font-size: 8pt;
  padding-top: 8px;
	TEXT-DECORATION: none;
}

A.twittersf:hover {

  font-family: "Arial", "Georgia", "Verdana", "Times New Roman", sans-serif;
  color: #4F4F4F;
  font-size: 8pt;
	TEXT-DECORATION: none;
}


.twitters ul {
  list-style: none;
  padding: 0;
  white-space: wrap;
  font-family: "Arial", "Georgia", "Verdana", "Times New Roman", sans-serif;
  color: #4F4F4F;
  font-size: 8pt;
  padding-top: 8px;
}

A.twitters:hover {

  font-family: "Arial", "Georgia", "Verdana", "Times New Roman", sans-serif;
  color: #000000;
  font-size: 8pt;
	TEXT-DECORATION: none;
}


.twitters span.prefix {
  font-weight: bold;
  font-family: "Arial", "Georgia", "Verdana", "Times New Roman", sans-serif;
  color: #4F4F4F;
  font-size: 8pt;
  padding-top: 8px;
}

.twitters span.time {
  font-style: italic;
  font-family: "Arial", "Georgia", "Verdana", "Times New Roman", sans-serif;
  color: #4F4F4F;
  font-size: 8pt;
  padding-top: 8px;
}

.twitters span.status {
  font-family: "Arial", "Georgia", "Verdana", "Times New Roman", sans-serif;
  color: #4F4F4F;
  font-size: 8pt;
  padding-top: 8px;
}