body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div {
	overflow: hidden;
	position: absolute;
}
div.auto {
	overflow: auto;
}
div.overflow {
	overflow: visible;
}
div.bold {
	font-weight: bold;
}
div.left {
	text-align: left;
}
div.right {
	text-align: right;
}
div.pointer {
	cursor: pointer;
}
div.move {
	cursor: move;
}
div.padding {
	padding: 3px;
}
div.margin {
	margin: 3px;
}
div.border {
	border: 1px solid #000;
}
div.white {
	background-color: white;
}
div.blue {
	background-color: blue;
}
div.red {
	background-color: red;
}
div.green {
	background-color: green;
}
div.dark-green {
	background-color: lightGreen;
}
div.yellow {
	background-color: yellow;
}
div.orange {
	background-color: orange;
}
.hidden {
	visibility: hidden;
}
div#div_error {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
}
div#div_error a {
	cursor: pointer;
}