/**********************************************************************************
*
*  These are the basic styles used accross all content panes.
*
***********************************************************************************
*         Header styles  */

td.titles
{
	color: #7F1505;
	font-size: 18px;
	font-weight: bolder;
	font-style: italic;
	z-index: 1;
}

p.titles
{
	position: relative;
	top: 3px;
	left: 7px;
	font-weight: bolder;
	font-size: 18px;
	z-index: 1;
}

img.titles
{
	position: relative;
	top: -5px;
	z-index: 0;
	overflow: hidden;
}

span.rss
{
	position: relative;
	left: -23px;
}

img.rss
{
	position: relative;
	left: -23px;
}

a.story_color:link
{
	color: #7F1505;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;	
}

a.story_color:visited
{
	color: #7F1505;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;	
}