a.new_link:link, a.new_link:active, a.new_link:visited {
	color: black; 
	text-decoration: none; 
	font-family:Verdana; 
	font-weight: bold; 
	font-size: 12px;
}
a.new_link:hover {
	text-decoration: underline;
}
.txt-drt {
	font-size: 12px; 
	font-family:Verdana; 
	color: #444444; 
	text-align: left;
}
.txt-drt_title {
	font-size: 12px; 
	font-family:Verdana; 
	color: #000; 
	text-align: left;
}

a.bboard_link, a.bboard_link:active, a.bboard_link:visited {
	color: #000; 
	text-decoration: none; 
	font-size: 11px;
}
a.bboard_link:hover {
	color: #000; 
	text-decoration: underline;
}

/* NEWS */
.blogdiv {
	margin-bottom: 20px;
	margin-top: 15px;
	text-decoration: none;
}
.channel {
	font-weight: bold; 
	font-size: 11px;
	margin-bottom: 5px;
	color: #000;
	text-decoration: none;
}
a.bloglink, a.bloglink:active, a.bloglink:visited {
	color: #000; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: verdana;
}
a.bloglink:hover {
	color: #000; 
	text-decoration: underline;
}
.rss_items {
	text-decoration: none;
	color: #000; 
	padding:0px;
	margin: 0px 0px 5px 10px;
	padding-left: 10px;
	text-indent: -10px;
}
a.rss_items_link, a.rss_items_link:active, a.rss_items_link:visited {
	color: #000; 
	text-decoration: none; 
	font-size: 11px;
}
a.rss_items_link:hover {
	color: #000; 
	text-decoration: underline;
}

/* thoughts */
	#thoughts_container {}
	.thought_box {
		background: #997;
		text-align:center;
		border:solid 0px #000;
		padding:15px;
		margin:3px -5px 20px -5px;}
	.thought_txt {
		font-family:arial;
		font-size:13px;
		color:#fffffc;
		font-style:;
		font-weight:bold;}
	.thought_sgn {
		font-family:arial;
		font-size:12px;
		font-style:;
		color:#fffffc;
		text-align:right;
		margin-top:5px;
		font-weight:bold;}
