﻿/* CSS for v2 Stories */


#article_content{font-size:12px}
#article_content ul
{
	padding-left: 30px;	
}

#article_content ul li
{
	background-image: none;	
	border-style: none;
	list-style-type:disc;
	text-align: left;
	line-height: 15px;
	color: #000;
}

#article_content img
{
	margin: 10px 10px 10px 10px;
}

#article_content hr
{
	display: block;
	clear: both;
	visibility: hidden;
	margin-top: 1px;	
	margin-bottom: 1px;
}


#article_content #story_hilite
{
	font-size: 125%;
	font-weight: bold;
	color: #800040;
	text-align: center;
	clear: left;
}

#article_content .storyHeaderNormal, body #article_content p.storyHeaderNormal
{
	color: #800040;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

#article_content .storyHeaderLarge
{
	color: #800040;
	text-align: center;	
	font-size: 14pt;
	font-weight: bold;
}

#article_content .bodyText
{
	color: #000000;
	font : verdana normal 10pt;
	text-align: left;	
}

#article_content .bodyText strong
{
	font-weight: bold;
}

#article_content .bodyText em
{
	font-style:italic;
}

#article_content .pictureCaption 
{
	font-size: 8pt;		
}
 
#article_content .pictureCaptionPurple
{
	color: #800040;
	font-size: 8pt;	
}

#article_content .bullets 
{
	font-size: 10pt;
	list-style: disc;
	list-style-type: disc;
}


#article_content ol li
{
	background-image: none;	
	border-style: none;
	list-style-type:	decimal;
	text-align: left;
	line-height: 15px;
	color: #000;
}


#article_content #story_pic
{
	font-size: 88%;
}

#article_content #story_pic IMG
{
	float: left; 
}

#article_content #story_pic_header
{
	font-size: 88%;
	font-weight: bold;
}

#article_content #story_hilite
{
	font-size: 125%;
	font-weight: bold;
	color: #800040;
	text-align: center;
	clear: left;
}

#article_content #story_sub_heading
{
	font-size: 150%;
	font-weight: bold;
	color: #800040;
	text-align: center;
	clear: left;
}

#article_content #story_points UL LI
{
	clear: none;
	list-style-type: disc;
	list-style-position: outside;
	border-style: none;
}

#article_content #story_points OL LI
{
	clear: none;
	list-style-type: decimal;
	list-style-position: outside;
	border-style: none;
}

#article_content #tdOdd
{
	background-color: #e8d9e0;
	padding: 10px 10px 10px 10px;
	border: solid 5px white;
}

#article_content #tdEven
{
	background-color: #e7dfd2;
	padding: 10px 10px 10px 10px;
	border: solid 5px white;
}
/*styles from article.css*/


#article_content
{
	
	padding: 10px;
	color: #000000;
	font-size: 110%;
}



#article_content h2
{
	clear: right;
	color: #000000;
	font-weight: bold;
	font-size: 120%;
	padding: 1px 10px 10px 10px;
	text-decoration: underline;
}

#article_content h2.first
{
	
	color: #000000;
	font-weight: bold;
	font-size: 120%;
	padding: 1px 10px 10px 0px;
	text-decoration: underline;
	clear: both;
}

#article_content  ul
{

	clear: right;
	position: relative;
	margin: 0px;
	padding-bottom: 30px ;

}

 
#article_content li 
{

	border-bottom: 1px solid #000000;
	padding: 10px 5px 10px 15px;

}


#article_content li a:link, #article_content li a:visited, #article_content li a:active
{

	color: #000000;
	font-weight: bold;
	
}

#article_content li a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

#article_content p
{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 160%;
}


