@CHARSET "UTF-8";

#content {
	width: 520px;
}
         
#news-table {
	width: 460px;
	margin-left: 5px;
	margin-top: 5px;
}

#back {
	color: #FDBB30;
}

h4#latestNews {
	color: #FFFFFF;
	float: left;
}

h4#latestNews a:link, h4#latestNews a:visited {
	color: #FDBB30;
	float: left;
	text-decoration: none;
}

h4#latestNews a:hover {
	text-decoration: underline;
}

h4.viewItem {
	float: left;
	color: #FDBB30;
	font-family: Arial, Helvetica, san-serif;
}

h4.viewItem a:visited, h4.viewItem a:link {
	color: #FDBB30;
	text-decoration: none;
	text-transform: uppercase;
}

h4.itemTitle {
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
}

h4.itemTitle a:visited, h4.itemTitle a:link {
	color: #FFFFFF;
}

h5.newsDate {
	float: right;
	color: #FFFFFF;
}

h5#viewArchives a:link, h5#viewArchives a:visited {
	color: #FDBB30;
	float: right;
	text-decoration: none;
}

h5#viewArchives a:hover {
	text-decoration: underline;
}

#newsImage {
	padding-bottom: 10px;
	padding-left: 10px;
}

#line {
	border: 0px;
	background-color: #FFFFFF;
	height: 1px;
}

#news-table td {
	padding-bottom: 5px;
}