body {
	font-family: helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: red;
}

div#HTML_AJAX_LOADING {
	background-color: green;
	color: white;
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
}

div#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	border: 1px solid #000000;
	background-color: #ddffdd;
}

p {
	width: 700px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

div#topMenu ul {
	font-size: 11px;
	list-style-type: none;
	text-align: left;
}
div#topMenu ul li {
	display: inline;
}
div#topMenu ul li a {
	color: #000000;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #bcc596;
}
div#topMenu ul li a:hover {
	color: #000000;
	background-color: #d4dda6;
}

h1 {
	text-align: center;
	font-size: 32px;
}
h2 {
	text-align: center;
	font-size: 26px;
}
h3 {
	text-align: center;
	font-size: 20px;
}

.lists {
	width: 700px;
}

label {
	float: left;
	width: 100px;
	text-align: right;
}

div#err {
	color: #ff1122;
	text-align: left;
	padding-left: 10px;
}

div#p_time, #p_bytes, #p_total {
	float: left;
	width: 100px;
	text-align: right;
}

div#footer {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
