@charset "utf-8";
/* CSS Document */

.news_header{ /*header style*/
	cursor: hand;
	cursor: pointer;
	color: #03456e;
	font-size: 14px;
	font-weight: normal;
	background: #b4d5ff;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.news_header_open{ /*class added to contents of 1st demo when they are open*/
background: #b4d5ff;
color: #000000;
}

.news_header_closed{ /*class added to contents of 1st demo when they are open*/
background: #b4d5ff;
}
.news_item{
	font-size: 10px;
	line-height: 130%;
	text-align: justify;
}
#news_text_container {
	margin-top: 1px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#news_header_container {
	color: #b4d5ff;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	background: #b4d5ff;
	font-size: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #abd1e0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #abd1e0;
}
