body {
	margin: 0;
	padding: 0;
	font-family: "Arial", sans-serif;
	background-color: white;
	color: black;
	font-size: 0.75em;
	text-align: center;
	scrollbar-track-color: #eeeeee;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: color;
	scrollbar-3dlight-color: #111111;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #cccccc;
	scrollbar-arrow-color: white;
}
form {
	display: inline;
}
hr {
	margin-top: 1px;
	margin-botton: 1px;
	line-height: 1px;
	height: 1px;
	color: #666666;
}
h1 {
	font-size: 1.4em;
	margin: 0;
	text-align: left;
}
h2 {
	font-size: 1.2em;
	margin: 0;
	text-align: left;
}
h3 {
	font-size: 1.1em;
	text-align: left;
	margin: 0;
}
button {
	background-color: #cccccc;
	color: #666666;
	border: 0;
	font-size: 0.9em;
	cursor: pointer;
}
input, textarea, select {
	background-color: #eeeeee;
	color: #666666;
	font-size: 0.9em;
	border: 1px solid #666666;
}
input.no {
	background-color: transparent;
	color: #666666;
	font-size: 0.7em;
	height: 12px;
	line-height: 12px;
	border: 0;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
a {
	color: #b02840;
	text-decoration: underline;
}
a:hover {
	color: #009900;
}
/*table td input, table td option {
	font-size: 0.9em;
}*/
table td {
	font-size: 0.7em;
}
table th {
	font-size: 0.7em;
	text-align: left;
}
table textarea {
	font-size: 1.1em;
}
caption {
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	color: #666666;
}

