html, body {
	height: 100%;
}

.header {
	color: #555555;
	font-weight: bold;
}

.lineheight {
	line-height: 20px;
	font-size: 14px;
	/* color: #444; */
}


.menu {
	font-size: 13px;
	line-height: 19px;
	color: #666;
}


a:hover {
	text-decoration: underline;
}


.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #AAAAAA;
}

.note {
	font-size: 10px;
}


