html 
{
	background : #fff;
	color: #000;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 0em;
}

body 
{
	margin-left: 2.6em;	
	margin-top: 1.8em;	
	margin-bottom: 1em;	
	margin-right: 2.6em;	
	line-height: 1.4em;
	font-size: .9em;
}

.left
{
	vertical-align: left;
}

.headerTitle
{
	font-size: 2.7em;
	line-height: 1.2em;
	font-weight: bold;
}
 
.headerSubtitle
{
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
}

img
{
  -ms-interpolation-mode: bicubic;
}
 
a 
{
  color : #aaa;
	text-decoration : none;
	font-weight: bold;
}

a.title 
{
  color : #black;
}

a.helpMenu 
{
  color : #black;
	background : #00CCFF;
	vertical-align: left;
}

A[href].helpMenu:hover
{
  color : #black;
	background : #white;
	vertical-align: left;
}

a.publication 
{
  color : #4A4344;
	text-decoration : none;
	font-weight: normal;
}

a.download 
{
  color : #black;
	text-decoration : none;
	font-weight: bolder;
}
 
A[href]:hover 
{
	text-decoration: none; 
	color: #666; 
}

table
{
  width: 44em;
  border-collapse: collapse;
}

table.menu
{
  font-size: 14pt;
  font-weight: bold;
}

td 
{
	line-height: 1.6em;
	font-size: .9em;
}

td.labelCell
{
  vertical-align: top;
  text-align: right;
  font-weight: bold;
}

td.labelCellHeader
{
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  font-size: 14pt;
}

td.contentCell
{
  vertical-align: center; 
  padding-left: 2em;
}

td.contentCellHeader
{
  vertical-align: center; 
  padding-left: 1em;
  font-weight: bold;
  font-size: 14pt;
}