font.mainTitle
{
	font-family: Verdana, Arial, sans-serif;;
	font-size: x-large;
	font-weight: bold;
}
font.shortDescription
{
	font-size: small;
}
table.title
{
	background-color: #f6f2d8;
	border: 2px solid black;
	padding: 5px;
}
a.highlighted
{
	background-color: #707070;
	color: #fff8dc;
}

table.md
{
	border: 1px solid black;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

td.mdhm
{
	font-weight: bold;
	width: 25%;
}

td.md, td.mdhm, td.mdh
{
	border: 1px solid #cfc8ac;
	text-align: top;
	padding: 2px;
}

td.mdhm, td.mdh
{
	background-color: #efe8cc;
}

table.results
{
	border: 2px solid black;
	border-spacing: 4pt;
	border-collapse: collapse;
}
td.results
{
	border: 1px solid black;
}

th.results
{
	border: 1px solid black;
	color: black;
	background-color: #dfd8bc;
	font-family: Verdana, Arial, sans-serif;;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

td.buttonBarDelimiter, td.buttonBar, a.buttonBar:link, a.buttonBar:visited, a.buttonBar:hover
{
	font-size: small;
}

th.section
{
	font-size: small;
}

div.shadow
{
	background-color: #dfd8bc;
}

table.shadow
{
	margin-bottom: 5;
}
