﻿.newsitems tr {
	background-image: url(../image/dottedline.gif) ;
	background-repeat:repeat-x ;
	background-position: bottom left;
}

.newsitems .noDottedUnder {
	background-image: none;
	/* background-repeat:repeat-x;
	background-position: bottom left; */
}

.newsitems td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
}

.newsimagecell {
	padding-left: 8px;
	padding-right: 2px;
	vertical-align: top;
}

.newslinkcell {
	vertical-align: top;
	padding-right: 12px;
	padding-left: 5px;
}

.newslinkcell a {
	font-size: 1.0em;
	color: #333366;
	text-decoration: none;
	padding-left: 8px;
	background-image: url(../image/newsitemarrow.gif) ;
	background-repeat: no-repeat;
    background-position: left 15%;
}

.newslinkcell a.noLinkArrow {
	font-size: 1.0em;
	color: #333366;
	text-decoration: none;
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
}

.newslinkcell a:hover {
	color: #6666CC;
	text-decoration: none;
}

.newslinkcell img {
	border: 0;
}