div#content table
{
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
div#content th
{
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
div#content th a
{
	font-weight: bold;
}
div#content th a:hover
{
	font-weight: bold;
	text-decoration: underline;
}
div#content td
{
	font-size: 11px;
	text-align: left;
}
div#content .center
{
	text-align: center;
}
