TABLE {	font-size: 11px;
	color: #010101;
	font-family: Verdana;
}

A {	color: #E54D24;
	text-decoration: underline;}

A:hover {
	color: #E54D24;
	text-decoration: none;
}

.green {
	color: #0A9520;
	text-decoration: underline;
}

.green:hover {
	color: #0A9520;
	text-decoration: none;
}

.grey {
	color: #545454;
	text-decoration: underline;
}

.grey:hover {
	color: #545454;
	text-decoration: none;
}

.name {	color: white;
	font-size: 13px;
}

.page1 {	background-color: #F36013;
	color: white;
	text-decoration: none;
}
.page1:hover {
	background-color: #F36013;
	color: white;
	text-decoration: none;
}

.page0 {
	background-color: #828282;
	color: white;
}

.menu {	font-family: Arial;
	font-size: 12px;
	color: #414141;
	text-decoration: none;
}

.menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #414141;
	text-decoration: underline;
}