body
{
	font-family: helvetica,sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	color: #333333;
}

table
{
	font-size: 12px;
}

pre 
{ 
	font-family: monospace; 
}

:link 
{
	color: #666666;
}  /* for unvisited links */

:visited 
{ 
	color: #666666;
} /* for visited links */

:active 
{ 
	color: #333333;
} /* when link is clicked */

:hover 
{ 
	color: #000000;
} /* when mouse is over link */

A.toc
{ 
	text-decoration: none;
	white-space: nowrap;
}

h1
{
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-weight: bold;
}

input
{
	font-family: helvetica,sans-serif;
}

select
{
	font-family: helvetica,sans-serif;
}

.maxCopyWidth
{
	width:40em;
}

.halfCopyWidth
{
	width:20em;
}

.amountWidth
{
	width:7em;
}

.prompt
{
	width:10em;
	text-align:right;
}

.mandPrompt
{
	width:10em;
	text-align:right;
	font-weight: bold;
}

.nowrap
{
	white-space: nowrap;
}

.smaller
{
	font-size: 11px;
}

.larger
{
	font-size: 14px;
}

.leftJustified
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.centered
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.centered table
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.rightJustified
{
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.bodyWidth
{
	width:80em;
}

img.valignCenter
{
	vertical-align:middle
}

.exceptionText
{
	font-size: 14px;
	color: #FF0000;
}