@charset "utf-8";
html {
	width: 100%;
	height: 100%;
}
body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
table#container {
	height: 100%;
}
div#content-container {
	width: 581px;
	height: 512px;
	overflow: auto;
}
div#content-container div#content {
	width: 560px;
	overflow: hidden;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}
td#menu_global p {
	margin: 6px;
}