/*This is the core style sheet of the News area.*/

.title {
	font-weight: bold;
	height: 20px;
}

.title p, .trnews p, .trexhib p, .trexhib1 p {
	margin-top: 0;
	margin-bottom: 0;
}

.trnews {
	height: 80px;
}

.trexhib, .trexhib1 {
	height: 50px;
}

.trnews td, .title td, .trexhib td {
	border-bottom: 1px solid #0033ff;
}

/*This is the css for Images that are to be floated to the left.*/

#leftflo {
	float: left;
	margin: 0 10px;
}

/*This is the css for Images that are to be floated to the right.*/

#rightflo {
	float: right;
	margin: 0 10px;
}

/*This is the css for the RSS Boxes used in Industry News Page.*/

.rssclass {
	border: #000066 solid 1px;
	background: #0033ff;
	margin: 0 2.7em;
	height: 1.3em;
	padding: 0.5em;
	color: #ffffff;
}

.rssclass .rsstitle {
	font-weight: bold;
}

.rssclass .rssdate {
	color: #ffffff;
	font-size: 85%;
}

.rssclass a, .rssclass a:visited {
	color: #ffffff;
}

.rssclass  a:hover {
	color: #999999;
}