

img {
border: "0";
}
.newsFront {
font-family: Arial; font-size: 12px; font-weight: bold; color: #000000; line-height: 10px;
}
.newsDate {
font-family: Verdana; font-size: 10px; font-weight: normal; color: #000000;
}
.newsBody {
font-family: Verdana; font-size: 11px;  font-weight: normal; color: #000000;
}
.newsMore {
font-family: Verdana; font-size: 11px;  font-weight: bold; color: #000000;line-height: 10px;
}
/* form styles */ 
.listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.listbox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 170px;
}

	
/* css swapping for newsfeed pages */

.newsLatestClick {
    display:block;
	background-image: url(/Images/news/buttonRssHere.gif); background-repeat: no-repeat;
	height: 30px;
	width: 83px;
	cursor: pointer, hand;
	padding: 0;

}
.newsLatestClick span {
	display:none;
} 
.newsLatest {
    display:block;
	background-image: url(/Images/news/sideLatestNewsBox.gif); background-repeat: no-repeat;
	height: 44px;
	width: 145px;
	cursor: pointer, hand;
	padding: 0;

}
.newsLatest span {
	display:none;
}
.newsArchive {
    display:block;
	background-image: url(/Images/news/sideArchiveBox_archive.gif); background-repeat: no-repeat;
	height: 27px;
	width: 145px;
	cursor: pointer, hand;
	padding: 0;

}
.newsArchive span {
	display:none;
}
.newsRSS {
    display:block;
	background-image: url(/Images/news/sideArchiveBox_rss.gif); background-repeat: no-repeat;
	height: 27px;
	width: 145px;
	cursor: pointer, hand;
	padding: 0;

}
.newsRSS span {
	display:none;
}
.newsSearch {
    display:block;
	background-image: url(/Images/news/sideArchiveBox_search.gif); background-repeat: no-repeat;
	height: 44px;
	width: 145px;
	cursor: pointer, hand;
	padding: 0;

}
.newsSearch span {
	display:none;
}
.newsSearchBG {
	display:block;
	height: 44px;
	width: 145px;
	cursor: pointer, hand;
	background: url(/Images/news/sideArchiveBox_mid.gif) repeat-y;
	padding: 0;
}

.newsSearchButton {
  display:block;
  width: 115px;
  height: 27px;
  background-image: url(/Images/news/buttonRssSearch.gif);
  background-color: transparent;
  border-style: none;
  cursor: pointer;
  cursor: hand;
}
.newsSearchButton span {
	display:none;
}
.newsHeadingContain {

	background-image: url(/Images/newsBg.gif); background-repeat: no-repeat;
	width: 545px;
	
}


.searchBorder {
	border: 2px solid #000000;
}






