@charset "utf-8";
/* CSS Document */
#left_nav a.contact, #left_nav a.news_press {
	font-size:12px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#878787;
	display:block;
	padding:5px 0 5px 25px;
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
}
#left_nav a.contact:hover	{
	color:#777;
}

#errMsg{font-size:10px; font-weight:normal;}

/* News & Press Styles*/
.article	{
	clear:both;
	width:350px;
	margin-bottom:15px;
}
.article img	{
	float:left;
	margin-right:10px;
	border:1px solid #777;
}
th	{
	text-align:left;
}
.row_highlight	{
	background-color:#edf2f5;
}
p a	{
	color:#999;
	text-decoration:underline;
}
p a:hover	{
	color:#004275;
	text-decoration:none;
}