html, body {
	font-family: Verdana, Tahoma;
	color: #666666;
	margin: 0;
	font-size: 14px;
	background-color: #ffffff;
	height: 100%;
}

h1 {
	color: #999999;
	font-size: 24px;
}

h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	color: #999999;
}

h1 a:hover {
	text-decoration: underline;
	color: #999999;
}
/*
input[type=file], input[type=submit] {
	height: 20px;
	border: 1px solid #888;
}
*/
.maintable {
	width: 100%;
	height: 100%;
}

.logo {
	background-image: url('/logo2.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.view {
	line-height: 24px;
	color: #666666;
}

.view a:link, .view a:visited, .view a:active {
	text-decoration: none;
	color: #666666;
}

.view a:hover {
	text-decoration: underline;
	color: #666666;
}

.text {
	line-height: 1.5;
	text-align: left;
	width: 600px;
	font-size: 11px;
}

.links {
	text-align: center;
	color: #666666;
	height: 1%;
	font-size: 10px;
	vertical-align: bottom;
}

.links a:link, .links a:visited, .links a:active {
	text-decoration: none;
	color: #666666;
}

.links a:hover {
	text-decoration: underline;
	color: #666666;
}

.bblock {
	text-align: center;
	color: #666666;
	height: 1%;
	font-size: 10px;
	vertical-align: bottom;
}

.bblock a:link, .links a:visited, .links a:active {
	text-decoration: none;
	color: #666666;
}

.bblock a:hover {
	text-decoration: underline;
	color: #666666;
}
