﻿div.newsitem_first {
	width: 100%;
	border-bottom: dashed 1px silver;
	font-family: Tahoma;
	font-size: 10pt;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	cursor: default;
	text-align: justify;
}

div.newstitle_first {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

div.newstext_first {
	clear: right;
	margin-left: 10px;
	margin-right: 10px;
}

div.newsitem {
	width: 100%;
	border-bottom: dashed 1px silver;
	font-family: Tahoma;
	font-size: 10pt;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: default;
	text-align: justify;
}

div.newsitem_first:hover {
	background-color: #FFF5D0;
}

div.newsitem:hover {
	background-color: #F5F5F5;
}

div.newstitle {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

div.newstext {
	clear: right;
	margin-left: 10px;
	margin-right: 10px;
}

span.newsby {
	font-size: 10pt;
	color: #555555;
}

div.newsdate {
	font-size: 9pt;
	font-style: italic;
	color: #AAAAAA;
	text-align: left;
}

div.newsfooter {
	font-size: 9pt;
	color: #999999;
	margin-right: 30px;
	text-align: right;
	clear: right;
}

div.news_pages {
	font-size: 9pt;
	color: #555555;
	text-align: center;
	padding-top: 5px;
}

div.fakebutton {
	border: transparent 1px solid;
}
div.fakebutton:hover {
	border: silver 1px solid;
}