﻿#p_text
{
	margin-bottom: -16px;	
}

/* styling for financial tables */
#tableintro
{
	float:left;
	width: 470px;
	padding-left: 20px;
}
#tableintro ul
{
	padding:0px;
	margin:0px;
	background: none;
}
#tableintro li
{
	/*list-style: none;
		background: url(../images/bullet.gif) 0px 0.4em no-repeat;
	background: url(../../images/arrowbullet.gif) 0 center no-repeat;
	padding-left: 11px;
	margin-top: 0px;
	margin-bottom: 7px;*/
	
	list-style: none;
	display: block;
	line-height: 1.5em;
	padding: 0 0 0 15px;
	margin: 0.3em 0;
	background: url(../../images/arrowbullet.gif) 0 0.3em no-repeat;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
#tableintro a
{
	padding: 0px;
	margin: 0px;
}			
.p_text table
{
	margin-top: 30px;
	width: 651px;
	font-size: 90%;
}
.p_text table th
{		
	margin: 0px;
	padding-top:6px;
	padding-bottom: 6px;
	padding-right: 15px;
	padding-bottom: 8px;
	font-weight: bold;
	border-bottom: 1px solid #cdcdcd;
	vertical-align: bottom;
	text-align: right;
	white-space: nowrap;
}
.p_text table td
{
	margin: 0px;
	padding-top:6px;
	padding-bottom: 6px;
	padding-right: 15px;
	vertical-align: top;
	height: 10px;
	text-align: right;
	white-space: nowrap;
}			
.headingrow
{
	font-weight:bold;
}
.emptyrow
{
	height:15px;
}
.emptyrow td
{
	border-bottom: 1px solid #cdcdcd;
}
.coloredrow
{
	background: #ebebeb;
}
.introcell
{
	white-space:normal;
	text-align: left;
}

.content h2
{
	margin-top: 13px;
	margin-bottom: 14px;
}
.content h3
{
	margin-top: 13px;
	margin-bottom: 16px;
}

.content p a, .content .introduction a
{
	display: block;
	clear: both;
	padding-left: 15px;
	/*background: url(/../../images/bullet.gif) 1px 7px no-repeat;
	background-image: url(../../images/bullet.gif);*/
	background: url(../../images/arrowbullet.gif) 0 center no-repeat;
	background-position: 0px 5px;
	background-repeat:no-repeat;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}