table
{
	padding-top: 0px;
	padding-bottom: 12px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(79, 112, 151); /* blue 60% */
}

table.light
{
	background-color: rgb(238, 242, 245); /* blue 5% */
}

table.subtle7
{
	background-color: rgb(237, 239, 243); /* blue 7% */
}

table.subtle8
{
	background-color: rgb(235, 238, 242); /* blue 8% */
}

table.medium
{
	background-color: rgb(224, 231, 237); /* blue 10% */
}

td.title
{
	width: 28%;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 6px;
	vertical-align: top;
	font-weight: bold;
}

td.period
{
	width: 15%;
	padding-top: 7px;
	padding-bottom: 6px;
	vertical-align: top;
	color: rgb(79, 112, 151); /* blue 60% */
}

td.description
{
	width: 57%;
	padding-top: 7px;
	padding-bottom: 12px;
	padding-right: 6px;
	vertical-align: top;
}


