@charset "utf-8";
.Top {
	background-color: #CCCCCC;
	height: 68px;
	width: 810px;
	background-repeat: no-repeat;
	position: relative;
	background-position: center top;
	background-image: url(Images/barTop.jpg);
	margin-right: auto;
	margin-left: auto;
}
.TopMenu {
	background-color: #000000;
	background-repeat: no-repeat;
	height: 23px;
	width: 810px;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-decoration: blink;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.Middle {
	background-color: #FFFFFF;
	height: 640px;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: blink;
	text-align: left;
}
