body {
	padding: 0px 25px 50px 25px;
}

:link              { color:black; text-decoration:none; }
:visited           { color:black; text-decoration:none; }
:hover             { color:black; text-decoration:underline; }
:active            { color:black; text-decoration:none; }


a {
	font: normal 14px Arial;
}

img {
	border: 0 none;
}
a:link.band {
	color:brown;
	font-weight: bold;
}

a:visited.band {
	color:brown;
	font-weight: bold;
}

a:hover.band {
	color:brown;
	font-weight: bold;
}

a:active.band {
	color:brown;
	font-weight: bold;
}

p.admin_menu {
	font: bold 16px Arial;
	color: red;
}
table {
	border-collapse: collapse;
}

th {
	height:21px;
	font: bold 14px Arial;
	color: black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 6px 3px 6px;
	background: #ebe2e4;
}

td {
	font: normal 14px Arial;
	color: black;
	text-align: left;
	padding: 3px 6px 3px 6px;
}

tr.d0 td {
	background-color: #e2e8ed; color: black;
}
tr.d1 td {
	background-color: white; color: black;
}
