LABEL {
	font-size: 10pt;
	background-color: #9090c0;
	color: white;
	padding: 2px;
	font-family: Tahoma;
}

DIV.route, DIV.stats, DIV.log, DIV UL, DIV.stats TD {
	font-size: 9pt;
	font-family: Calibri, Arial, Tahoma;
}

DIV.route {
	width: 30%;
	margin-right: 10px;
	float: left;
	background-color: #F2F5A9;
	border: 2px solid #D7DF01;
}

DIV.route LABEL {
	background-color: #D7DF01;
}

DIV.stats {
	float: left;
	background-color: #f0f0f0;
	width: 30%;
	margin-right: 10px;
	border: 2px solid #a0a0a0;
}

DIV.stats LABEL {
	background-color: #a0a0a0;
}

DIV.stats TABLE {
	width: 60%;
}

DIV.log {
	background-color: #fff0f0;
	border: 2px solid #9090f0;
	width: 30%;
	float: left;
}

DIV.log LABEL {
	background-color: #9090c0;
}
