@CHARSET "UTF-8";

#news-tableFeat {
    width: 393px;
    float: left;
}

#news-tableFeat td {
	height: 100px;
}

#news-tableFeat .inside {
    padding: 0;
    padding-left: 12px;
    padding-bottom: 10px;
    color: #000000;
}

#news-tableFeat .newsImage {
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 127px;
    height: 91px;
}

td.newsContent p {
	width: 210px;
}

td.newsContent h4 {
	margin-top: -10px;
	color: #666666;
	font-style: italic;
}

#news-tableFeat a.viewMore, #news-tableFeat a.viewMore:visited {
    font-weight: bold;
}

#news-tableFeat .inside a ,#news-tableFeat .inside a:visited {
    color: #990000;
    text-decoration: none;
}

#news-tableFeat .inside a:hover {
    text-decoration: underline;
}

#news-tableFeat .even {
	background: #D7D5BE;
}

#news-tableFeat .odd {
	background: #BEB889;
}

#news-tableFeat img {
	border: 2px solid #660000;
}

#news-tableFeat h4 {
	padding-top: 10px;
}

#news-tableFeat a.viewMore {
	padding-left: 95px;
}

.newsItemsWidth {
	width: 150px;
}

h3.viewItem a {
	text-transform: uppercase;
}