/*News line styles Begin*/

.newsLineLeft448 {
	/* first column class */ 
	width: 448px;
	overflow: hidden;
	/*float: left;
	clear: left;*/
}

.newsLineRight448 {
	/* second column class */ 
	width: 448px;
	overflow: hidden;
	float: right;
	clear: right;
}

/*news line item container*/
.newsLineItem {
	height: 105px;
	border-bottom: solid 1px #7f7f7f;
	margin-bottom: 20px;
	padding-bottom: 5px; 
}

/*news line item image*/
.newsLineImage {
	float: right;
	margin: 0px;
	margin-left: 5px;
	border: none;
}

.currentLink {
	font-weight: bold;
	color: #FFB936;
	text-decoration: none;
}
/*News line styles End*/


/*From news.css*/
.shortNews {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	font-weight: normal;
}

.shortNews P, .shortNews H1 {
	margin: 0px;
}

.shortNews H1 {
	margin-bottom: 5px; 
}

.detailedNews {
	margin-top: 0px;
}

.detailedNews H1 {
	margin: 0px;
	margin-bottom: 5px; 
}

.detailedNews P {
	margin: 0px;
	margin-top: 10px;
}

.frontNews {
	font: 10px Arial, Helvetica, Sans-serif;
	margin-top: 5px;
	margin-bottom: 20px;
}

.frontNews P, .frontNews H2 {
	margin: 0px;
}

.newsAnnotation {
	font-family: Arial, Helvetica, Sans-serif;
}

.newsMeer {
	vertical-align: bottom;
	text-align: right;
	font-size: 10px;
}

.newsMeerFront {
	vertical-align: bottom;
	text-align: left;
	font-size: 10px;
}

.back_link {
	margin: 3px 0px 20px 0px;
}

.newsmargins {
	margin-top: 32px;
}