@CHARSET "UTF-8";

#newsIndex {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#newsIndex div.newsItem {
	margin-bottom: 30px;
	margin-left: 60px;
	width: 555px;
	background-color: #cacaca;
	padding: 10px;
}

#newsIndex td, #newsIndex th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#newsIndex table {
	margin-bottom: 5px;
}

#newsIndex p {
	margin-bottom: 5px;
}
#newsIndex p.date {
	margin-bottom: 5px;
	font-style: italic;
}
#newsIndex h1 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#newsIndex h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: none;
	color: #f18e00;
}
#newsIndex h2 a {
	color: #f18e00;
	text-decoration: none;
}
#newsIndex a {
	/*color: #f18e00;*/
	color: #000000;
	text-decoration: none;
}
#newsIndex ul, #newsIndex ol {
	margin-left: 20px;
}
#newsIndex li {
	margin-bottom: 5px;
}
#newsIndex div.newsItem h2 {
	margin-bottom: 5px;
	text-transform: none;
	color: #f18e00;
}
#newsIndex div.newsItem h2 a {
	color: #f18e00;
	text-decoration: none;
}

.newsItem .niWrapper .newsImage {
	float: left;
	width: 110px;
}
.newsItem .niWrapper .newsImage img {
	border: 1px solid #000000;
	width: 100px;
}
.newsItem .niWrapper .newsData {
	float: left;
	/*width: 520px;*/
	width: 440px;
}
.newsItem .niWrapper .newsData h2 a {
	color: #f18e00;
	text-decoration: none;
}


#newsIndex div.newsItem a {
	/*color: #f18e00;*/
	color: #000000;
	text-decoration: none;
}
#newsIndex div.newsItem ul, #newsIndex div.newsItem ol {
	margin-left: 20px;
}
#newsIndex div.newsItem li {
	margin-bottom: 5px;
}