body
{
	font-family: Arial, Verdana;
	font-size: 10pt;
}
.tableHeader
{
	background-color: Silver;
	font-weight: bold;
}
.tableRowEven
{
	background-color: #ffffcc;
	cursor: hand;
}
.tableRowOdd
{
	background-color: White;
	cursor: hand;
}
.specialtyHeader
{
	text-align: right;
	background-color: Silver;
	font-weight: bold;
}
.specialtyRowEven
{
	text-align: right;
	background-color: #ffffcc;
}
.specialtyRowOdd
{
	text-align: right;
	background-color: White;
}
A
{
	font-size: 10pt;
}
table
{
	font-size: 10pt;
}
h2
{
	font-family: Arial, Verdana;
	font-size: 16pt;
	font-weight: bold;
}
h3
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.copyright
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	text-align: center;
}
