@charset "utf-8";

body, html {
	font-family: Verdana;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
img[align=left]{
	margin-right: 5px;
	margin-bottom: 2px;
}
img[align=right]{
	margin-left: 5px;
	margin-bottom: 2px;
}
html {
	overflow-y: scroll;
}
#fake {
	background-color:#eeeeee;
}

#area, body {
	background-color:#F6F8F1;
}

#copy {
	font-family:Verdana;
	font-size:5px;
	font-weight:bold;
	height:5px;
	color:#FFFFFF;
	background-color:#99CC00;
	text-align:center;
}

body, table {
	font-family:Verdana;
	font-size:10px;
}

.menu {
	line-height: 19px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	text-align:center;
}

img {
	border-color: transparent;
}

img:hover {
	border-color: #99cc00;

}
.menu:hover {
	color:#BFDF5F;
	text-decoration:none;
}

a {
	color: #99cc00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input, select {
	width: 200px;
	font-size: 10px;
	font-family: Verdana;
}

textarea {
	overflow-y: scroll;
	width: 260px;
	font-size: 10px;
	font-family: Verdana;
}

button {
	font-size: 10px;
	font-family: Verdana;
	width: 80px;
}
button, input[type=submit],input[type=button],input[type=reset]{
	height:20px;
	vertical-align:middle;
	font:11px Verdana,sans-serif;
	background-color:#F5F5F5;
	border:1px outset;
}

button:hover, input:hover[type=submit],input:hover[type=button],input:hover[type=reset]{
	height:20px;
	vertical-align:middle;
	text-decoration:none;
	font:11px Verdana,sans-serif;
	border:1px inset;
	background-color:#F5F5F5;
	cursor:pointer;
}

button:disabled, input:disabled[type=submit],input:disabled[type=button],input:disabled[type=reset]{
	height:20px;
	color:#F5F5F5;
	vertical-align:middle;
	font:11px Verdana,sans-serif;
	border:1px outset;
}