/* Styles for EPA Podcast pages */ 

.podcastGeneral {
	color: #323232;
	font-size:13px;
	text-align:left;
}
.podcastGeneral a:link, a:visited{
	color:#754194;
	text-decoration:none;
	font-weight:bold;
}
.podcastGeneral a:hover{
	color:#754194;
	text-decoration:underline;
	font-weight:bold;
}
.podcastBottomNote1 {
	font-size: 9px;
	color: #C9C9C9;
}
.podcastBottomNote2 {
	font-size: 9px;
	color:#323232;
	font-weight: bold;
}
.podcastSubtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}