body {
	background-color: #b2c0d0;
	font-family: tahoma;
	font-size: 12px;
	color: #4D6E94;
	list-style-image: url(images/bullet_triangle.gif);
	list-style-type: square;
	list-style-position: outside;
}
.body_text {
	font-family: tahoma;
	font-size: 12px;
	color: #4D6E94;
	list-style-position: outside;
	list-style-image: url(images/bullet_triangle.gif);
	list-style-type: circle;
}
.outdent {
	margin-left: 18px;
	padding-left: 5px;
}	
.body_title {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
}
.body_quote {
	font-family: tahoma;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #F37421;
}
.file_info {
	font-family: tahoma;
	font-size: 10px;
	color: #4D6E94;
}
.bottom {
	font-family: tahoma;
	font-size: 11px;
	color: #F37421;
}
.daily_text {
	font-family: tahoma;
	font-size: 12px;
	color: #002F65;
	list-style-type: square;
	list-style-image: url(images/bullet_triangle.gif);
	list-style-position: outside;
	text-align: left;
}
a:link {
	color: #002F65;
	font-weight: bold;
}
a:hover {
	color: #002F65;
	font-weight: bold;
}
a:active{
	color: #002F65;
	font-weight: bold;
}
a:visited {
	color: #002F65;
	font-weight: bold;
}
.style3 {font-family: tahoma; font-size: 14px; font-weight: bold; }
.style5 {color: #F37421}
.style6 {color: #f37421}
.style7 {font-family: tahoma; font-size: 12px; color: #002F65; list-style-type: square; list-style-image: url(images/bullet_triangle.gif); list-style-position: outside; text-align: left; }

.searchbox {
	font=family: font-family: tahoma;
	font-size: 12px;
	width: 140px;
}
.searchbox2 {
	font=family: font-family: tahoma;
	font-size: 12px;
	width: 139px;
}	
#Layer1 {
	position:relative;
	width:180px;
	height:20px;
	margin-left: 5px;
	top: 8px;
	z-index:1;
}
.reporttitles {
	font-family: tahoma;
	font-size: 12px;
	color: #002F65;
}

/*Additions for the new javascript based Feed */
/**/
/*Feed notes:*/
/*The feed is from http://feeds.kff.org/kff/kdghpr?format=xml*/
/*The JS is generated from http://www.rss-to-javascript.com/p/RSSRDF-Converter___138.html*/
/**/
#rsstojs {}
	#rsstojs ul {padding:0 0 0 20px;}
		#rsstojs ul li.news,
		#rsstojs ul li.newsAlt {
			padding:0 0 20px 0;
		}
#rsslink { display:none;}
/*End: Additions for the new javascript based Feed */