.newsbg {
	background-image: url(/images/yellowbg.gif);
	background-repeat: repeat-x;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001D85;
	text-align: left;
}

.news a:link { color: #001D85; text-decoration: underline;  }
.news a:visited { color: #001D85; text-decoration: underline;  }
.news a:hover { color: #D79100; text-decoration: underline;  }
.news a:active { color: #001D85; text-decoration: underline;  }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.footer a:link { color: #666666; text-decoration: none;  }
.footer a:visited { color: #666666; text-decoration: none;  }
.footer a:hover { color: #001D85; text-decoration: underline;  }
.footer a:active { color: #666666; text-decoration: none;  }

.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001D85;
	text-align: left;
}
.maincopy a:link { color: #001D85; text-decoration: underline;  }
.maincopy a:visited { color: #001D85; text-decoration: underline;  }
.maincopy a:hover { color: #D79100; text-decoration: underline;  }
.maincopy a:active { color: #001D85; text-decoration: underline;  }

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #001D85;
}

.headline_listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #001D85;
	text-transform: uppercase;
}
