@CHARSET "UTF-8";

#content {
	width: 520px;
}
         
#news-table {
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 20px;
}

#news-table .inside {
    color: #000000;
}

#news-table .newsImage {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	width: 150px;
	height: 101px;
}

td.newsContent {
	width: 460px;
	padding-right: 15px;
}

#news-table .inside a ,#news-table .inside a:visited,
h3.return a, h3.return a:visited,
h3.viewItem, #content a {
    color: #660000;
    text-decoration: none;
}

#news-table .inside a:hover, h3.return a:hover {
    text-decoration: underline;
}

#news-table tr.even {
    background: #E7E5D6;
}

#news-table tr.odd {
    background: #BEB889;
}

td.newsContent h4 {
	color: #666561;
	font-weight: normal;
	font-style: italic;
	font-family: Helvetica;
	font-size: 10px;
	margin-top: -10px;
}

td.inside h4 {
	color: #666561;
	font-weight: normal;
    font-style: italic;
    font-family: Helvetica;
    font-size: 12px;
    padding-bottom: 10px;
    margin-top: -3px;
}

#news-table h3.viewItem a{
	font-size: 12px;
}

a.viewMore {
	font-weight: bold;
}

td.inside img {
	border: 2px solid #660000;
}

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