/* SOMERVILLE Type Styles */

.copyright {font-size: 11px}

.copy {
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

/* Links */
a {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #4ca4d2;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: underline;
	color: 4ca4d2;
}
a:active {
	text-decoration: none;
	color: 4ca4d2;
}

/* footer */

.footer {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.footer:link {
	text-decoration: none;
	color: #000000;
}
.footer:visited {
	text-decoration: none;
	color: #000000;
}
.footer:hover {
	color: #4ca4d2;
}
.footer:active {
	text-decoration: none;
	color: #4ca4d2;
}

/* news box copy */

.news_copy {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* footer */

.news_link {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #4ca4d2;
}
.news_link:link {
	text-decoration: underline;
	color: #4ca4d2;
}
.news_link:visited {
	text-decoration: underline;
	color: #4ca4d2;
}
.news_link:hover {
	text-decoration: underline;
	color: #4ca4d2;
}
.news_link:active {
	text-decoration: underline;
	color: #4ca4d2;
}

