div.pageContent
{
	padding-bottom: 15px;
}

div.pageContent ul
{
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.pageContent ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}

div.pageContent li
{
	
}

table.tableWithBorder
{
	background-color: #999999;
}

table.tableWithBorder td
{
	background-color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	padding: 1px 2px 1px 3px;
}

table.tableWithBorder th
{
	background-color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	padding: 1px 2px 1px 3px;
}


td {font-weight: normal;}
th {font-weight: bold;}
