body {
	background-color: #F2F2F2;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #006699;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: none;
}
.update {
	font-size: 10px;
}
.bottom {
	color: #CCCCCC;
}
.bottom:link {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.bottom:visited {
	color: #CCCCCC;
	text-decoration: none;
}
input.box {
	background-color: #F2F2F2;
	color: #006699;
	border: 1px solid #2266aa;
	width: 150px;
	padding: 2;
}
input.button {
	background-color: #F2F2F2;
	color: #006699;
	border: 1px solid #CCCCCC;
	width: 60px;
	padding: 2;
}
input.button:hover {
	background-color: #FFFFFF;
	color: #666666;
	border: 1px solid #2266aa;
	width: 60px;
	padding: 2;
}
select {
	background-color: #EEEEEE;
	width: 260px;
	color: #26A;
	border: 1px solid #2266aa;
}
textarea {
	background-color: #F2F2F2;
	color: #006699;
	border: 1px solid #2266aa;
	width: 150px;
	padding: 2;
}

