﻿body {
	text-align: center;
	background-image: url('../images/background.png');
	font-size: 16pt;
}
form {
	width: 726px;
	margin: auto;
	text-align: left;
	background-image: url('../images/checker_ver.png');
	background-color: #b7b7b7;
	padding: 5px 37px 5px 37px;
}
#pagehead {
	width: 800px;
	height: 32px;
	background-image: url('../images/checker_hor.png');
	background-repeat: no-repeat;
	margin: -5px 0px 0px -37px;
}
#pagefoot {
	width: 800px;
	height: 32px;
	background-image: url('../images/checker_hor.png');
	background-repeat: no-repeat;
	margin: 0px 0px -5px -37px;
	clear: both;
}
#pagelogo {
	background-image: url('../images/WebHEad.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 89px;
}
.pagetitletext 
{
	text-align: center;
	font-size: 26pt;
	font-weight: bold;
	border-bottom: solid 1px #000000;
	margin-bottom: 20px;
}
.pagemenubar {
	margin: 5px -5px 0px -5px;
	clear: both;
}
