.title01 {
	font-size: 14px;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #CCFF99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
}
.textArea01{
	font-size: 13px;
	margin-bottom: 20px;
}
.margin20{
	margin-bottom: 20px;
}
#loginForm{
	margin-bottom: 20px;
}
#loginForm th{
	font-weight: normal;
	background-color: #99CCFF;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
#loginForm td{
	background-color: #fff;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
#logoutForm{
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

