/* 
news pages tags
*/
#newsnav {
	font-size: 7pt;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color: #CCA32C;
	text-transform:uppercase;
	padding-right:15px;
	text-decoration:none;
}
#newsnav a {
	color:#FFFFFF;
	text-decoration:none;
}
#newsnav a:hover {
    text-decoration:underline;
}
#newslogo {
	width:145px;
	background-color:#EEBD1C;
	border-top:3px solid white; 
	border-bottom:3px solid white;
}
.newsblock {
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.newssub {
	font-size: 8pt;
	color: #F8981D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.newsheader {
	font-size: 13pt;
	color: #EEBD1C;
	font-weight: bold;
}
.newssubheader {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

.subheader {
	color:#009DE1;
}
div#newspressbar {
	float:right;
	width:25px;
	height:14px;
	background-image:url("../fp/images/spacer.gif");
	background-repeat:no-repeat;
	background-position: 16px 4px;
}
div#newspress {
	float:right;
}
div#testimonialsbar {
	float:right;
	width:25px;
	height:14px;
	padding-left:2px;
	background-image:url("../fp/images/spacer.gif");
	background-repeat:no-repeat;
	background-position: 16px 4px;
}
div#testimonials {
	float:right;
}
div#practicearticlesbar {
	float:right;
	width:25px;
	height:14px;
	padding-left:2px;
	background-image:url("../fp/images/spacer.gif");
	background-repeat:no-repeat;
	background-position: 16px 4px;
}
div#practicearticles {
	float:right;
}
body#newspage div#newspressbar, body#testimonialspage div#testimonialsbar, body#practicearticlespage div#practicearticlesbar {
	background-image:url("../fp/images/newsbar.gif");
	background-repeat:no-repeat;
}
body#newspage div#newspress a, body#testimonialspage div#testimonials a, body#practicearticlespage div#practicearticles a {
    color:#000000;	
}