/* gt generic links and text */
a:link {
	color : #666666;
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
	 font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	color : #ff0000;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color : #330000;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;

}



td {
	font-size : 12px;
	color : #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.graytext {
	font-size : 12px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.magentaheading {
	font-size : 12px;
	color : #330000;
	font-weight : bold;	
	font-family: Arial, Helvetica, sans-serif;
}

.pageheading {
	font-size : 12px;
	color : #666666;
	font-weight : bold;	
	font-family: Arial, Helvetica, sans-serif;
}

.smallgray {
	font-size : 10px;
	color : #999999;
	font-family: Arial, Helvetica, sans-serif;
}


.img_rollover a{
display: block;
float:right;
width: 72px;
height: 40px;
background: url("../images/podcast/podcast_rss_icon_menu_72_40.gif") 0 0 no-repeat;
/* background-color:#000000; */
text-decoration: none;
position: relative; top: 15px;
}

.img_rollover a:hover {
background: url("../images/podcast/podcast_rss_icon_menu_red.gif") 0 0 no-repeat;
}

.icons {
display:block;
float:right;
}
