html, body, table, td, img {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../global/logo-75.gif) 50% 20px no-repeat;
	margin-top: 1em;
	text-align: center;
}
body, table, td, a {
	color: #999;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
table {
	margin: 0 auto;
}
td {
	text-align: left;
}
td.right, #categories td.right {
	text-align: right;
}
td.center, #categories td.center {
	text-align: center;
}
a:hover {
	color: #ccc;
}
a#back {
	background: transparent url(../global/back-b.gif);
	font-size: 0;
	height: 20px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 52px;
}
a:hover#back {
	background-image: url(../global/back-w.gif);
}
hr {
	color: #666;
	height: 1px;
}
td.label {
	padding-top: .2em;
	text-align: right;
	vertical-align: top;
}
.redText, #mainNav a.redText {
	color: #f00;
}
.greenText {
	color: #0c0;
}


/* --- footer --- */
#footer {
	text-align: center;
	width: 100%;
}
#footer h5 {
	font-size: 1em;
	letter-spacing: .1em;
	margin: .2em 0;
	padding: 0;
}
#footer a {
	color: #666;
	font-size: .8em;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}

/* --- editNav --- */
ul#editNav {
	background-color: #000;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 55px;
	width: 100%;
}
#editNav li {
	font-size: .8em;
	list-style: none;
	margin: 0 1em;
	display: inline;
}
#editNav li#curEditNav a {
	color: #fff;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}