/* CSS Document */
.tables {
	margin-left: 30px;
	margin-bottom: 20px;
}
.link-title {
	font-size:13px;
}
.link-title a:link,.link-title a:active, .link-title a:visited  {
	font-size: 13px;
  color: #3366CC;
  text-decoration: none;	
}
.link-title a:hover{
	font-size: 13px;
  color: #3366CC;
	text-decoration: underline;
}

.text{
	font-size: 12px;
	margin: 0px;
	padding: 10px 0 0 0;
}
	
.rss-js-entry {
  font-size: 12px;
  color: #666666;
}
.rss-js-entry a:link, .rss-js-entry a:visited, .rss-js-entry a:active {
  font-size: 12px;
  color: #3366CC;
  text-decoration: none;
}
.rss-js-entry a:hover {
  font-size: 12px;
  color: #3366CC;
  text-decoration: underline;
}

