.errorMessage{color:red; font-family : Arial, Helvetica, sans-serif; font-weight:bold; font-size:16pt;}

.userMessage{color:red; font-family : Arial, Helvetica, sans-serif; font-weight:bold; font-size:14pt;}

td{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}

td.dataLabel{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}
td.boldDataLabel{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
td.dataView{
	font-size : 10pt;
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
}
td.dataViewBold{
	font-size : 10pt;
	font-style : italic;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}
td.sectionLabel{
	font-size : 10pt;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
	color:white;
}
.sectionHeader{
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.greenTableHeader{
	background-color : #408080;
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:white;
}