﻿p
{
	text-align:left;
}

/* boxes that appear to the right of the main page content */
div.sideBar
{
	width: 130px; 
	border: solid 2px #00AB4E; 
	padding: 4px;
	font-size: 7pt;
}

div.sideBar p.emphasizedText
{
	font-weight: bold;
	font-size: 12pt;
	color: Red;
	/* color: #005F2D; */
	text-align: center;
}

/* cells that contain buttons */
td.buttonCell
{
	padding-top: 20px;
}

	

