body, table, tr, td {
	font: 10pt/1.5 Verdana, Arial;
}
h2{
	font: 13pt Verdana, sans-serif;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin: 5px, 0, 5px, 0px;
}
.blackbox {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
.topdown {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: black;
	border-bottom-color: black;
	border-top-style: solid;
	border-bottom-style: solid;
}
.leftright {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: black;
	border-left-color: black;
	border-right-style: solid;
	border-left-style: solid;
}
.leftopen {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}
.top {
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
}
.right {
	border-right-width: 1px;
	border-right-color: black;
	border-right-style: solid;
}
.down {
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
}
a.admnavlink:link, a.admnavlink:active, a.admnavlink:visited {
	color: black;
	text-decoration: none;
	font: 10pt Verdana, sans-serif;
}
a.admnavlink:hover {
	color: rgb(153, 0, 0);
	text-decoration: none;
	font: 10pt Verdana, sans-serif;
}
a.catlink:link, a.catlink:visited, a.catlink:active {
	color: rgb(0, 51, 102);
	text-decoration: none;
	font: 9pt Verdana, sans-serif;
}
a.catlink:hover {
	color: rgb(153, 0, 0);
	text-decoration: underline;
	font: 9pt Verdana, sans-serif;
}
a.minicatlink:link, a.minicatlink:visited, a.minicatlink:active {
	color: rgb(0, 51, 102);
	text-decoration: none;
	font: 8pt Verdana, sans-serif;
}
a.minicatlink:hover {
	color: rgb(153, 0, 0);
	text-decoration: underline;
	font: 8pt Verdana, sans-serif;
}
a.entrylink:link, a.entrylink:visited, a.entrylink:active {
	color: rgb(204, 0, 0);
	text-decoration: none;
	font: normal bold 8pt Verdana, sans-serif;
}
a.entrylink:hover {
	color: rgb(0, 102, 204);
	text-decoration: none;
	font: normal bold 8pt Verdana, sans-serif;
}
.admin_input {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background: rgb(237, 237, 237);
}
.input {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background: rgb(237, 237, 237);
}
.sendbutton {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background: rgb(255, 204, 0);
}
a.navlink:link, a.navlink:active, a.navlink:visited {
	color: black;
	text-decoration: none;
}
a.navlink:hover {
	color: rgb(204, 0, 0);
	text-decoration: none;
}
.leftbottom {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: black;
	border-left-color: black;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
}
.topopen {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.left {
	border-left-width: 1px;
	border-left-color: black;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}
.cross {
	text-decoration: line-through;
}