/* CSS Document */
.newspageheading {
	background-color: #DBA657;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #412D0E;
	margin-top: 35px;
	margin-bottom: 25px;
}
.newsitem {
	margin-top: 15px;
}
.newstitle, h2 .newstitle {
	padding-bottom: 5px;
	margin: 0px;
}
.newstitle a {
	text-decoration: none;
}
.newstitle a:link, .newstitle a:visited {
	color: #772079;
}
.newstitle a:hover {
	color: #C11CC6;
}	
.newsdescription {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BA9FBB;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.newsshowhidelink {
	font-size: 15px;
	margin-left: 10px;
	float: right;
	font-weight: bold;
	background-image: url(../images/icons/postit_magnify_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 29px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-right: 4px;
	text-align: right;
	line-height: 20px;
}
.newsshowhidelink a {
	text-decoration: none;
	font-size: 13px;
	margin-top: 15px;
	display: block;
}
.newshidelink {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 15px;
}
.newscontent {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 15px;
	border: 1px solid #CCCCCC;
}
