@charset "utf-8";
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/* no css just to show an unstyled feed
   and to provide a template for creating new styles 
   
   
       * rss_box defines the bounding div for the entire display- use to define borders, fill, etc.
    * rss_title the title of the feed and link style if displayed. Use with variants of rss_title a:link, rss_title a:hover, etc for rollowver styles
    * rss_items defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items.
    * rss_item display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.
    * rss_item a: variant for the item title and link style
    * rss_date defines the display of item posting dates

   
   
   */
   
 .rss_box {
 
 }
 
 .rss_title, rss_title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	line-height: 16px;
 }
 
 .rss_items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-left: 8px;
}
.rss_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;

	}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #059B2D;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 16px;
}

.rss_item a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #0000CC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 16px;
}
	
.rss_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
}
