﻿body /* BASE STYLE */
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-style:normal;
	text-align:left;
}

table
{    margin-bottom: 0px;
    margin-top: 0px;
}

.fullwidthtable
{
    width: 100%;
}

.fullwidthtable .leftwidthcolumn
{
    width: 25%;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

.centeredText
{
    text-align: center;
}

.boldedText
{
    font-weight: bold;
}

.errorMessage
{
    color: #FF0000;
    font-weight: bold;
}

.textBoxContent
{
   	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	width:75%;
}
