
.header {
	font-family: Verdana, Arial;
	font-size: 9pt;
	color : #333;
	font-weight: bold;
	margin-top: 15px;
}
.header a:link, .header a:visited {
	color : #333;
	text-decoration : none;
} 
.header a:hover{
	color: #266F6F;
	text-decoration : none;
}
.sponsored-links {
	font-family: Verdana, Arial;
	font-size: 8pt;
	color : #333;
	background : #D3EDB9;
	font-weight: normal;
}
.sponsored-links a:link, .sponsored-links a:visited {
	color : #333;
	text-decoration : none;
} 
.sponsored-links a:hover{
	color: #266F6F;
	text-decoration : underline;
}
.topbar {
	font-family: Verdana, Arial;
	font-size: 8pt;
	color : #333;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #999;
}
.topbar a:link, .topbar a:visited {
	color : #333;
	text-decoration : underline;
} 
.topbar a:hover{
	color: #266F6F;
	text-decoration : none;
}
.featured {
	background: #FAF9EA;
	border: 1px solid #ABBB8B;
	padding: 0px 10px 0px 10px;
}
.bars {
	font-size: 13px;
	font-weight: bold;
	background: #E5EED3;
	color: #266F6F;
	padding: 5px;
}
