body {
	width: 650px;
}

td.menu {
	font-size: 11px;
}

td {
	text-align: left;
	vertical-align: top;
}
.boxed_link {
	padding: 2px;
	border: 1px solid grey;
	background-color: grey;
	color: white;
	text-decoration: none;
}

#menutable {
	background-color: gray;
	padding: 2px;
	margin-bottom: 5px;
}

.red {
	color: red;
 }

 .orange {
	color: #dF6020;
 }

 .bold {
 	font-weight: bold;
 }

 td.list {
	font-size: 11px;
	vertical-align: top;
	border: 1px solid #496D77;
}

tr.bg_red {
	background-color: #ffbbbb;
}

tr.bg_orange {
	background-color: orange;
}

tr.bg_green {
	background-color: #bbbbff;
}
tr.bg_yellow {
	background-color: yellow;
}
tr.bg_silver {
	background-color: silver;
}


