body {
	margin: 0;
	padding: 0;
	background-image: url("/inc/img/back.png");
	color: #000;
	font-family: "Hoefler Text", times, serif;
}

#container {
	display: inline;
	float: left;
	width: 100%;
}

.container {
	display: inline;
	float: left;
	clear: both;
	width: 960px;
	margin: 0 0 50px 0;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

a.smLink:link, a.smLink:visited, a.smLink:active, a.smLink:hover {
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a.smLink:hover {
	text-decoration: underline;	
}

a.xSmLink:link, a.xSmLink:visited, a.xSmLink:active, a.xSmLink:hover {
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 8px;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a.xSmLink:hover {
	text-decoration: underline;	
}


.labelText {
	font-family: times, serif;
	font-weight: bold;
	color: #000;
}

a.labelLink:link, a.labelLink:visited, a.labelLink:active, a.labelLink:hover {
	font-family: times, serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: none;
}

a.labelLink:hover {
	color: #FFF;
	background: #000;
}

pre {
	clear: both;
}

.divider {
	display: inline;
	float: left;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
}

#__historyDebug {
	position: fixed;
	z-index: 2000;
	width: 500px;
	height: 100px;
	overflow: auto;
	background: #FF0099;
}


.watermark {
  cursor: pointer;
}