table.news {
    width: 97%;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    background-color: #F7EFCE;
    margin: 15px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    font-family: arial, sans-serif;
    font-size: 13px;
    vertical-align: middle;
}

td.news-header-left {
	text-align: left;
	font-size: 20px;
    font-weight: bold;
    color: #5C5A5C;
    vertical-align: top;
}

td.news-header-right {
	text-align: right;
	font-size: 12px;
    font-weight: bold;
    color: #5C5A5C;
    vertical-align: top;
}

td.news-separator {
	text-align: center;
    vertical-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

hr.news-separator {
	height: 1px;
    color: #1A1A1A;
    width: 100%;
    border-style: solid;
    border-color: #1A1A1A;
    border-width: 1px 0px 0px 0px;
    text-align: center;
    margin: 0px 0px 8px 0px;
}

td.news-thumb {
	width: 16%;
	vertical-align: top;
	text-align: left;
}

td.news-text {
	text-align: left;
    color: #5C5A5C;
    vertical-align: top;
}

img.news-thumb {
	width: 110px;
    height: 77px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #1A1A1A;
}

ul.news-unlist {
	font-family: arial, sans-serif;
	color: #5C5A5C;
	list-style-image: url('/img/dot_freccia.gif');
	line-height: 22px;
    margin-top: 10px;
    margin-right: 4px;
    margin-bottom: 8px;
}

a.news-link {
	color: #5C5A5C;
    font-weight: bold;
    text-decoration: underline;
}

a.news-link:hover {
	text-decoration: none;
}

table.news-index {
    width: 60%;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    background-color: #F7EFCE;
    margin: 10px 0px 0px 10px;
    padding: 10px 0px 10px 0px;
    font-family: arial, sans-serif;
    font-size: 12px;
    text-align: center;
}

a.news-index {
	color: #1A1A1A;
	text-decoration: none;
}

a.news-index:hover {
	text-decoration: underline;
}

.strong {
	font-weight: bold;
}
