body {
	margin: 0;
	padding: 0;
	font-family: "Arial", sans-serif;
	background-color: #dfdfdd;
	color: black;
	font-size: 66%;
	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.5em;
	font-weight: bold;
	margin: 10 0 10 15;
	text-align: left;
	color: #808000;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10 0 10 0;
	text-align: left;
	color: #015596;
}
h3 {
	font-size: 1.1em;
	text-align: left;
	margin: 0;
}
button {
	background-color: #d4d0c8;
	color: black;
	border: 1px solid #b3b9c3;
	font-size: 11px;
	width: 80px;
	cursor: pointer;
}
button.clear {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	width: auto;
}
input.clear {
	background-color: transparent;
	border: 0;
	width: auto;
}
input, select {
	background-color: white;
	color: black;
	font-size: 11px;
	border: 1px solid #aeb1b6;
}

textarea {
	border: 1px solid #aeb1b6;
	font-size: 11px;
}
table textarea {
}

input.no {
	background-color: transparent;
	color: #666666;
	font-size: 0.7em;
	height: 12px;
	width: 12px;
	line-height: 12px;
	border: 0;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
a {
	color: #045395;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}
a.sedy {
	color: gray;
	text-decoration: none;
}
a.sedy:hover {
	color: black;
	text-decoration: underline;
}
a img {
	border: 0;
}
table {
	font-size: 11px;
}
table th {
	text-align: left;
}
caption {
	line-height: 17px;
	height: 17px;
	font-weight: bold;
	background-color: #666666;
	color: white;
}

