@charset "utf-8";
/* CSS Document */
#news_main {
	float:left;
	width:306px;
	height:234px;
	}
#main_news_img {
	cursor:pointer;
	border:1px solid #666666;
	}

#tickerdiv {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	list-style-type:none;
	padding:0px; 
	margin:0px; 
	}

#tickerdiv .tickeritem .link { 
	display:block;  
	padding-left:30px;
	background:#f4f4f4 url(../images/ticker_bg.gif) no-repeat left; 
 }
.tickeritem b { font-weight: normal; color:#666666; }
.tickeritem .date a {}
.tickeritem a { 
	display:block;
	vertical-align:middle; 
	text-align:left;
	height:100%;
	overflow:hidden;
	}
#tickerdiv .tickeritem a:link { 
	text-decoration:none;
	color:#666666;
	padding-left:30px;
	background:#f4f4f4 url(../images/ticker_bg.gif) no-repeat left; 
	}
#tickerdiv .tickeritem a:visited {
	text-decoration:none;
	padding-left:30px;
	color:#666666;
	background:#f4f4f4 url(../images/ticker_bg.gif) no-repeat left; 
	}
#tickerdiv .tickeritem a:hover {
	text-decoration:none;
	padding-left:30px;
	color:#333333; 
	background:#f4f4f4 url(../images/ticker_bg_ovr.gif) no-repeat left; 
	}
.tickeritem { 
	line-height:12px;
	margin-top:-4px;
	/*	display:block;	

	*/
	border-top:1px solid #eeeeee; 
	border-bottom:1px solid #666666; 
	}

.ticker_date {
	float:left;
	width:30px;
	font-weight:bold;
	text-transform:capitalize;
	}
.ticker_heading {
	font-weight:bold;
	clear:both;
	margin-top:5px;
	}
.ticker_brief {
	clear:both;
	margin-top:2px;
	font-size:11px;
	}
#ticker_footer {
	background-color:#dee0e2; 
	height: 33px; 
	}
#ticker_footer a:link, #ticker_footer a:visited  {
	text-decoration:none;
	}
#tf_rssfeed {
	clear:left;
	float:left;
	background:url(../images/btn_rss_subscribe.gif) no-repeat left;
	width:300px;
	height:33px;
	margin-left:2px;
	}
#tf_newsarchive {
	clear:right;
	float:left;
	background:url(../images/btn_archive.gif) no-repeat left;
	width:388px;
	height:33px;
	margin-left:2px;
	}
#tf_rssfeed a, #tf_newsarchive a {
	display:block;
	height:33px;
	text-decoration:none;
	}