.titles
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
}
.sections
{
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold;
}
.normalText
{
	font-family:Verdana;
	font-size:9pt;
}
.footer
{
	font-family:Verdana;
	font-size:8pt;
}
.jsnav
{
	font-family:Verdana;
	font-size:10pt;
	color:#E9DFD1;
}

a, A:link, a:visited, a:active
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
}
A:hover
{
	color: #000000;
	text-decoration: underline;
	font-family:Verdana;
}
.tableRow
{
	border: 1px solid black;
	background-color: white;
}
.tableCell
{
	border: 1px solid black;
	font-family:Verdana;
	font-size:9pt;
	vertical-align: top;
}
.table
{
	border: 1px solid black;
	border-collapse: collapse;
	background-color: white;
}
.parameterText
{
	font-family:Verdana;
	font-size:8pt;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: white;
	vertical-align: top;
}