body {
	background-image: url(../images/backg.png);
	background-position: top;
	background-repeat:repeat-x;
	margin: 20px 0 0 0;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
#menu {
	background-color:#EEEEEE;
	border: thin;
	border-color: #000000;
	border-style: solid;
	position: absolute;
	top: 180px;
	left: 40px;
	width: 160px;
	height: 250px;
	line-height: 93%;
	padding-left: 7px;
	font-variant: small-caps;
}
#sponsors {
	background-color:#EEEEEE;
	border: thin;
	border-color: #000000;
	border-style: solid;
	position: absolute;
	top: 435px;
	left: 40px;
	width: 160px;
	height: 190px;
	line-height: 93%;
	padding-left: 7px;
	font-variant: small-caps;
	font-size: 12px;
}
#metanet {
	position: absolute;
	top: 630px;
	left: 40px;
	width: 160px;
	height: 30px;
	line-height: 93%;
	padding-left: 7px;
	font-variant: small-caps;
	font-size: 12px;
}
a {
	text-decoration: none;
	font-variant: small-caps;
	color: #006;
}
a:hover {
	text-decoration: underline;
}
h4 {
	margin-top: 0;
}
#content {
	width: 970px;
	padding: 10px;
	border-width: 0px;
	color: #000;
	/* background-color: #fff; */
}

#zebratable {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 0px 1px;
}
#zebratable tbody tr td {
	border-bottom: 1px solid #ccc;
	font-size:.9em;
	height: 23px;
}
#zebratable tbody tr.nb td {
	border-bottom: 0;
}
#zebratable tbody tr th {
	border-bottom: 1px solid #ccc;
	font-size:.9em;
	height: 20px;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	background-color: #ffff00;
	color: #666;
}
#zebratable tbody tr.even td {
	background-color:#ffff99;
}
#zebratable tbody tr.odd td {
	background-color: #fff;
}
.topictitle {
	width: 99%;
	background-color:#0099CC;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bolder;
	color: #FFFFFF;
}
.topiccontent {
	min-height: 70px;
}