.pagebody h1 {
	text-align: left;
	font-size: 180%;
	font-weight: bold;
	margin-top: 20px;
}

.warning {
	text-align: left;
	text-decoration: blink;
	font-size: 160%;
	color: red;
	font-weight: bold;
}

.pagetext {
	padding: 10px;
	text-align: left;
	font-size: 120%;
}

.pagetext a:link {
	color: blue;
	text-decoration: underline;	
}

.pagetext a:visited {
	color: blue;
	text-decoration: underline;	
}

.manual img {
	border: 0px;
}

.searchform table {
	border: ridge 4px silver;
	text-align: left;
}

.submitcell {
	text-align: right;
}

.searchresult p {
	text-align: right;
	font-size: 120%;
	font-weight: bold;
}

.searchresult table {
	border: ridge 4px silver;
	font-size: 140%;
	width: 100%;
}

.searchresult th {
	border: solid 1px silver;
}

.searchresult td {
	border: solid 1px silver;
}	