
body
{
	margin: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: gray;
}

table.info-header
{
	width: 100%;
}

p.info-header
{
	color: #CDCDCD;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	width: 90%;
}

table.dev-plan
{
	width: 100%;
}

table.dev-plan th
{
	font-size: 10px;
}

.legend td
{
	font-size: 11px;
}

.legend a
{
	color: #CDCDCD;
}

.legend a:hover
{
	color: #E6E6E6;
}

td.current
{
	background: #444444;
}


