table.stories {
	border : 1px solid #909090;
	border-collapse : collapse;
	border-spacing : 0px;
	margin : 5px 10px 10px 10px;
	width : 85%;
}

table.stories  a.medpink:hover{
	text-decoration : underline;
}

table.stories a{
	color : #006666;
	font-weight : normal;
	text-decoration : underline;
}
table.stories a.bold{
	color : #006666;
	font-weight : bold;
	text-decoration : none;	
}
table.stories a.bold:hover{
	color : #FF3399;
	font-weight : bold;
	text-decoration : none;	
}
table.stories a.bold:visited{
	/*color : #006666;*/
	font-weight : bold;
	text-decoration : none;
}
table.stories a:visited{
	color : #006666;
	font-weight : normal;
	text-decoration : underline;
}
table.stories a:visited:hover{
	color :#FF3399;
}
table.stories a.boldpinkunderline{
	color : #FF3399;
	font-weight : bold;
	text-decoration : underline;
}

table.stories a:hover{
	text-decoration : underline;
}

table.stories form{
	padding : 0px 0px 0px 0px;
}

#body table.stories td{
	/*background-color : #F7F7F7;*/
	background-color : White;
	background-image : url(../graphics/yellow.gif);
	color : #006666;
	/*padding : 10px 10px 10px 20px;*/
	border : 0px solid Fuchsia;
}
table.stories td.stories{
	background-color : #F7F7F7;
	color : #006666;
	padding : 5px 20px 5px 20px;
	border : 0px solid Fuchsia;
}
table.stories td.stories_top{
	background-color : #F7F7F7;
	color : #006666;
	padding : 5px 20px 5px 20px;
	border : 0px solid Fuchsia;
}
table.stories td.rule{
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	height : 2px;
}
#body table.stories th{
	background-color : #FF3399;
	border : 0px;
	color : #FFFFFF;
	font-size : 80%;
	font-weight : bold;
	text-align : left;
	vertical-align : top;
	padding : 1px 20px 1px 20px;	
}

table.stories th.centre{
	text-align : center;
}
table.stories td.centre{
	padding : 10px 20px 10px 20px;
}
table.stories th.right{
	text-align : right;
}

table.stories tr.border{
	border-top : 1px solid #FFFFFF;
}
table.stories tr.rule{
	height : 5px;
}
table.stories  hr{
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 100%;
	color : White;
	height : 1px;
}
table.stories td.border{
	border-top : 1px solid #FFFFFF;
}
