body {
	font-family: arial, helvetica, sans-serif;
	background: #959595;
	padding-top: 5px;
}
table {
	margin-left: auto;
	margin-right: auto;
	border: 1px black solid;
	empty-cells: show;
	border-collapse: collapse;
	font-size: 11px;
	background: #f1f1f1;
	max-width: 500px;
}
td {
	border: 1px black dotted;
	padding: 2px 4px 2px 4px;
}
th {
	background: #ffffff;
}
th.title {
	width: 100%;
}
a {
	color: #6699cc;
}
select {
	font-size: 10px;
}
img {
	border: 0;
}
.menu {
	text-align: center;
	width:100%;
	height: 22px;
	background: #ebebeb;
	position:fixed; 
	top:0; 
	white-space: nowrap;
	left:0;
	font-size: 12px;
}
.center {
        text-align: center;
}
.smaller {
	font-size: smaller;
}
label:hover {
	cursor: hand;
	color: maroon;
}
.info {
text-align: center;
font-family: helvetica, verdana, sans-serif;
color: #c0c0c0;
}
.prog {
	margin-bottom: 10px;
	width: 100%;
}
.date {
	text-align: center;
	font-size: 12px;
	color: white;
}
.footer {
	font-size: 8px;
	font-family: verdana, sans-serif;
	text-align: right;
	color: #eaeaea;
	margin: 0;
}
.footer a {
	color: #eaeaea;
	text-decoration: none;
}
.footer a:hover {
	color: #99ff66;
}
.started {
	color: maroon;
}
.viewall {
	text-align: center;
	font-size: 11px;
}
.viewall a {
	color: #cc0000;
}
