@import url("../Professionals.css");

.fw-logo {
	background:url('bg-logo.jpg') no-repeat;
}
	
.fw-title {
	background: transparent url('bg-h2.gif') no-repeat top left;
	color: #466f89;
}

.fwBlogEntryTitle {
	background: transparent url('bg-h2.gif') no-repeat top left !important;
	color: #8b8b6d !important;
}

html {
	background: #d3d3cb;
}

a,a:visited {
	color: #8b8b6d;
}
a:hover,a:visited:hover {
	color: #8b8b6d;
	text-decoration: none;
	border-bottom: dotted 1px #ba8343;
}

#fw-title {
	color: #466f89; 
}
#fw-smalltitle {
	color: #a7a794;
}
#fw-title a {
	color: #466f89; 
	text-decoration:none;
}

.fw-odd {color:#666666; background-color:#ffffff; border-color:#666666;} 
.fw-even {color:#666666; background-color:#f0f0e8; border-color:#bdbdb6;} 
.fw-primary {background-color:#a7a794; border-color:#bdbdb6;} 
.fw-secondary {color:#666666; background-color:#d3d3cb; border-color:#bdbdb6;} 
