﻿a.story_hyperlink
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-decoration: none;
}

a.story_hyperlink:hover
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-decoration: underline;
}

div.story_box
{
	background-color: #CECECE;
	color: #2A2A2A;
	float: left;
	width: 100%;
}

div.story_header_row
{
	height: 27px;
	background-color: #91D5E0;
	border-bottom: solid 1px #ffffff;
}

div.story_header
{
	background-color: #91D5E0;
	color: #086538;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: middle;
	float: left;
}

div.story_content
{
	float: left;
}

div.story_content a
{
	color: #000000;
	font-weight:bold;
	font-size: 13px;
	text-decoration: underline;
}

div.story_content a:hover
{
	color: #ff0000;
	font-weight:bold;
	font-size: 13px;
	text-decoration: underline;
	background-color: Transparent;
}

div.story_corner
{
	float: right;
	width: 10px;
	background: url(/images/Corners/StoryTopRight.gif) no-repeat top right; 
	background-color: #91D5E0;
}

div.story_picture
{
	float: left;
}

div.story_content
{
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	background-color: #CECECE;
	float: left;
}

div.story_top
{
}

div.story_footer
{
	background-color: #CECECE;
	width: 100%;
}

div.story_inner_corner
{
	float: right;
	width: 18px;
	height: 19px;
	background: url(/images/Corners/StoryInnerTopLeft.gif) no-repeat top left; 
	background-color: #ffffff;
	border-bottom: solid 1px #CECECE;
}

div.story_footer_content
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	float: right;
	height: 13px;
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
	border-right: solid 1px #CECECE;
	border-bottom: solid 1px #CECECE;
}

div.story_box ul
{
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: circle;
}

div.story_box ul li
{
    font-size: 11px;
}

li.story_bullet
{
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	margin: 0px 0px 0px 10px;
}

div.story_box h2
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

