﻿p
{
	text-align:left;
}

em
{
	font-style:normal;
	font-size: 7pt;
}

hr
{
	height: 1px;
}

/* boxes that appear to the right of the main page content */
div.sideBar
{
	width: 125px; 
	border: solid 2px #00AB4E; 
	padding: 4px;
	font-size: 8pt;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
	
	/* the following is needed to have Firefox view this 
	div as a block element */
	overflow: auto;
}

div.sideBar p
{
	font-size: 8pt;
	line-height: 10pt;	
	text-align: left;
}

div.sideBar p.emphasizedText
{
	font-weight: bold;
	font-size: 11pt;
	color: #005F2D;
	text-align: center;
	line-height: normal;
}

div.sideBar p.smallEmphasizedText
{
	font-weight: bold;
	font-size: 8pt;
	color: #005F2D;
	text-align: left;
	line-height: normal;
	margin: 3px 0px 3px 0px;
}

/* cells that contain buttons */
td.buttonCell
{
	padding-top: 20px;
}

td.value
{
	font-weight: normal;
}

img.box
{
	margin-bottom: 10px;
}

table.points
{
	width: auto;
	background-color: #e0e0e0;
	font-size: 7pt;
	margin-top: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

table.points td
{
	padding-left: 4px;
	padding-right: 4px;
	border: solid 1px gray;
	vertical-align: top;
	text-align: center;
	line-height: 1.5em;
}

ul.newsLetters
{
	margin-left: 15px;
	padding-left: 0px;
}

	

