/* CSS Document */

table.news{
	width: 520px;
	font-size: 9pt;
	line-height: 12pt;
	color: #333333;
	text-align: left;
	margin-left: 20px;
}

.news tr{
	height: 1.5em;
}

.news td{
	line-height: 16pt;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: silver;
	padding-top:5px;
	padding-bottom:7px;
}
.news .date {
	vertical-align: top;
	width: 75px;
}

.news .icon {
	vertical-align: top;
	width: 78px;
}

.news .title {
	vertical-align: top;
}


.news .new_news {
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}

.news a {
	color: #666666;
	text-decoration: none;
}

.news a:hover {
	color: #FF6600;
	text-decoration: underline;
}

