/* -----------------------------------------------
	standard rte formatting, do not change!!!
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

body {
	background: #fff;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

caption {
	display: none;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	vertical-align: top;
}

ul {
	list-style: none;
}
ul li {
	height: auto;
}
* html ul li {height:1%;}

.hidden {
	display: inline;
	left: -9999px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px;
}
#box {
	text-align: left;
}
#logo {
	display: none;
}
#admPanel {
	text-align: left;
}
#admPanel * {
	color: #000000;
}