		body {
			font-family: Verdana, Arial, Helvetica, Sans-serif;
			background-color: #EFEFEF;
			text-align: center;
			margin: 12px 36px;
		}
		div.whole {
			width: 100%;
			text-align: center;
			padding: 0px;
		}
		div.main {
			width: 760px;
			background-image: url(../img/right-edge.gif);
			background-repeat: no-repeat;
			background-position: top right;
			text-align: left;
			padding: 0px;
			margin: 0px;			
		}
		div.topnav {
			width: 760px;
			height: 24px;
			position: relative;
			top: 0px;
			left: 0px;
			background-image: url(../img/top-edge.gif);
			text-align: right;
			padding: 0px;
			margin: 0px;
		}
		div.header {
			width: 740px;
			height: 80px;
			position: relative;
			top: 0px;
			left: 0px;
			background-color: rgb(216,57,9);
			border: 2px solid rgb(216,57,9);
			text-align: left;
			padding: 0px;
			margin: 0px;
		}
		div.body {
			width: 716px;
			position: relative;
			top: 0px;
			left: 0px;
			background-color: rgb(255,255,255);
			border: 2px solid rgb(216,57,9);
			text-align: left;
			padding: 12px;
			margin: 0px;
		}
		p {
			font-family: Verdana, Arial, Helvetica, Sans-serif;
			font-size: 12pt;
		}
		p.toplink {
			font-size: 12px;
			line-height: 14px;
			font-weight: 800;
			margin: 0px;
			width: 117px;
			text-align: center;
			float: left;
			clear: right;
			z-index: 3;
		}
		a:link {
			font-weight: 700;
			text-decoration: underline;
			color: rgb(144,29,5);
		}
		a:visited {
			font-weight: 700;
			text-decoration: none;
			color: rgb(144,29,5);
		}
		a:hover {
			font-weight: 800;
			text-decoration: underline;
			color: rgb(255,0,0);
		}
		a:active {
			font-weight: 800;
			text-decoration: underline;
			color: rgb(255,0,0);
		}
		a.topmenu:link {
			font-weight: 900;
			text-decoration: none;
			color: rgb(20,20,20);
		}
		a.topmenu:visited {
			font-weight: 700;
			text-decoration: none;
			color: rgb(20,20,20);
		}
		a.topmenu:hover {
			font-weight: 800;
			text-decoration: none;
			color: rgb(255,255,255);
		}
		a.topmenu:active {
			font-weight: 800;
			text-decoration: none;
			color: rgb(255,255,255);
		}