/*
IKO Website
News_Sidebar.css
*/

#divNews h2 {
	margin: 10px 0 0 5px;
  font-family: Arial, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
	color: black;
	clear: right;		/* clear "read more" button */
}

#divNews h3 {
	margin: 0 0 5px 5px;
  font-family: Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
	color: gray;
}

#divNews p {
	margin: 0 0 5px 5px;
	font-family: Arial, sans-serif;
  font-size: 0.875em;
	color: black;
}

.btnMore {
  background-color: #EBCDAC;	/* IKO Rose */
	font-size: 0.75em;
  font-weight: bold;
	cursor: pointer;
	float: right;
}
