body {
	background-color: #EBEBF3;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	overflow-y: auto;
	overflow-x: auto;
	overflow: auto;
} 
select {
	color: #53588E;
}
.Form {
	border-bottom: 1px solid #E87A60;
	border-left: 1px solid #F2B0A1;
	border-right: 1px solid #F3B6A8;
	border-top: 1px solid #FCECE9;
}

.divBanner {
	position: absolute;	
	top: 0px;
	background-image: url('images/BannerBG.gif');
	background-repeat: repeat-x;
}
.divMenu {
	position: absolute;	
	background-color: White;
	border: 3px solid #5D5E76;
	background-image: url('images/ChairIcon.gif');
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;	
	top: 64px;
	left: 40px;		
	height: 200px;
	width: 200px;
	padding: 5px;
}
.divMainWindow {
	top: 64px;
	left: 250px;		
	position: absolute;	
}
.divMain {
	background-color: White;
	border: 3px solid #5D5E76;
	background-image: url("index.css");
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;	
	padding: 5px;
}
.MainMenuBar {
	background-image: url(images/BannerBG.gif);
}

