.AbstractHeaderBlock
{
	font-weight:bold;
	font-size:16px;
	color:#999999;
	line-height:20px;
}

.ContentHeading
{
	font-weight:bold;
	font-size:16px;
	color:#99c379;
	line-height:30px;
}

.Body
{
	color:#999999;
	font-size:13px;
	line-height:20px;
}
.RightAlignedImage
{
	padding:5px 10px 5px 20px;
	float:right;
}
.LeftAlignedImage
{
	padding:5px 20px 5px 10px;
	float:left;
}

.BulletList li
{	
	list-style-type: none;
	list-style-image: none;
	background-image: url(/images/bulletarrow.png);
	background-repeat: no-repeat;
	background-position: left 5;
	padding-left:15px;
	color:#999999;
	font-size:13px;
	line-height:20px;
}
ul
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
	
.BulletListDark li
{	
	list-style-type: none;
	list-style-image: none;
	background-image: url(/images/bulletarrow.png);
	background-repeat: no-repeat;
	background-position: left 5;
	padding-left:15px;
	color:#666666;
	font-size:13px;
	line-height:20px;
}
ul
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
/* An alternative way to do
.BulletList li
{
	list-style-image: url(/images/bulletarrow.png)
}
*/

.GreenLink a, GreenLink a:hover, GreenLink a:visited,  GreenLink a:active, GreenLink a:visited:hover
{
	color:#99c379;
	text-decoration:underline;
	font-size:14px;
	
}

.midBlurb { line-height: 1.5em; }