.smtxt, .M2, .smsmall
{
	/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.smtxt a:link, .M2 a:link, .smsmall a:link, .smsmall a:visited, .M2 a:visited, .smtxt a:visited
{
	color: #06C;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.M2 a:hover, .M2 a:active, .smtxt a:hover, .smsmall a:hover{
	color: #000;
	text-decoration: underline;
}
/*.smsmall a:link, .M2 a:link, .smtxt a:link, .smsmall a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 0px;
	color: #0066CC;
}*/
.non {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.rss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}



/* begin styles for RSS Feed */

.rss-box {
	 margin: 10px 5%;
	 padding: 4px 8px;

	 background-color: #ededed;
	 border: 2px dashed #7485CA;
}

.rss-title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss-items {
  
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #F60;
/*	}li {
	list-style-type: none;
}*/