/* CSS Document */

#home a:link,
#home a:visited  {display:block;
                  width:93px;
                  height:34px;
				  background-image:url(image/home_icon2.jpg);
				  text-indent:-9999px;
				  }
				  


.infomation dl dt,
#blog_news dl dt{
font-size:12px;
margin:10px 0 0 10px;
color:#FF6600;
}
				  
.infomation dl dd,
#blog_news dl dd{
font-size:12px;
margin:5px 0 0 10px;
line-height:130%;
padding-bottom:5px;
border-bottom:1px solid #999999;
list-style-type:none;
list-style-position:outside;
}

.info_body      {font-size:12px;
                 margin:5px 0px 5px 10px;
				 line-height:130%;
				 }
				 
p#newsLink{
margin:5px 0 15px;
text-align:right;
}
				  
				  
/* begin styles for RSS Feed */

.rss_box {
	 margin: 3px 2%;
	 padding: 0px;
	 width: 330px;
	 background-color: #fff;

}

.rss_title, rss_title a {
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
	color:#0099FF;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 12px;
	padding-bottom: 2px;
	color: #999;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 12px;
	color:#0099FF;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 12px;
	text-decoration : underline;
	color: #FF6600;
}

.rss_date {
	font-size: 12px;
	font-weight : normal;
	color: #666;
	line-height:150%;
}
