div.newsentry {
	width: 410px;
	line-height: 13pt;
	margin-bottom: 30px;
	font-family: Georgia,Times,serif;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
}

div.newsentry div.entry_time {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	float: left;
	background-color: #bbc4a3;
	color: #660000;
	width: 60px;
	height: 60px;
}

div.newsentry div.entry_time p {
	margin-top: 20px;
	margin-bottom: 0px;
}

div.newsentry div.entry_title {
	margin-left: 70px;
	height: 54px;
	width: 325px;
	padding: 3px;
}

div.newsentry div.entry_title p.title {
	background-image: url(../../images/script/asv_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border-bottom: rgb(239, 239, 239) 1px solid;
	text-align: left;
	padding-left: 18px;
	margin: 0px;
}

div.newsentry div.entry_title p.caption{
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
	font-family: serif;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #113511;
	text-decoration: none;
}

div.newsentry div.entry_title p.caption a{
	color: #113511;
	text-decoration: none;
}

div.newsentry div.entry_title p.switch {
	margin: 0px;
	cursor: pointer;
	font-size: 7pt;
	text-align: left;
	color: #006600;
}

div.newsentry div.entry_text {
	position: static;
	margin-top: 20px;
	padding-top: 5px;
	width: 400px;
	font-family: Georgia,Times,serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	line-height: 13pt;
}

div.newsentry div.entry_info {
	position: static;
	margin-top: 5px;
	color: rgb(150, 150, 150);
	font-size: 7pt;
	text-align: right;
	border-top: rgb(239, 239, 239) 1px solid;
}

div.newsentry .folded {
	display: none;
}

div.newsentry .unfolded {
	display: block;
}

a#navilink {
	font-size: 8pt;
	margin-left: 320px;
	margin-top: 30px;
}

div.archiveentry div.title a{
	text-decoration: none;
	color: #113511;
	
}

div.archiveentry div.title a:hover, div.archiveentry div.title a:active{
	color: #335733;
	font-weight: bold;
}