@charset "utf-8";
/* CSS Document */

#newsdivider {
	background-color:#ccccd1;
	height: 1px;
}

.newstable {
	
}

.imagecell {
	text-align:left;
	padding-right: 10px;
}

.lastrow {
	text-align:right;
}

.button {
	background-color:#ccccd1;
}

#morenewsbutton a:link {
	color: #ffffff;
	text-decoration: none;
}
#morenewsbutton a:visited {
	text-decoration: none;
	color: #ffffff;
}
#morenewsbutton a:hover {
	text-decoration: none;
	color: #ffffff;
}
#morenewsbutton a:active {
	text-decoration: none;
	color: #ffffff;
}

#morenewsbutton {
	color:#ffffff;
	font-weight:bold;
	background-color:#ccccd1;
}

#news a:link {
	color: #919195;
	text-decoration: underline;
}
#news a:visited {
	text-decoration: underline;
	color: #919195;
}
#news a:hover {
	text-decoration: underline;
	color: #23BBB8;
}
#news a:active {
	text-decoration: underline;
	color: #919195;
}