@charset "UTF-8";
/* CSS Document */

/* Common Elements */
a {
	text-decoration: none;
}
body {
	margin: 0px;
	background-color: #CCC;
}

/* Hovers */
.smallGrey a:hover, .newsBody a:hover, .clientsBody a:hover, .subNav a:hover {
	text-decoration: underline;
}
/* The rest... */
.smallGrey {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
}
.smallGrey a:link, .smallGrey a:visited{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
}

.newsPost {
	font-family: Times, serif;
	font-size: 12px;
	color: #5A87C6;
}
.newsTitle {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #00467F;
}
.newsBody {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}
.newsBody a:link, .newsBody a:visited {
	color: #5A87C6;
}
.clientsTitle {
	font-family: Verdana, sans-serif;
	font-size: 22px;
	line-height: 15px;
	color: #00467F;
}
.clientsBody {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
}
.clientsBody a:link, .clientsBody a:visited, .subNav a:link, .subNav a:visited {
	color: #5A87C6;
}
.clientsSubtitle {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #00467F;
	font-weight: bold;
}
.subNav {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #00467F;
}

