body{ 
  margin: 0px 0px 0px 0px;
	background-color:white; 
  font: 'Arial';
}

.banner {
  background-Image: url('/images/backgrounds/kandb.jpg');
  background-color: white;
  height: 125px;
  cursor: pointer; cursor: hand;
  vertical-align: bottom;
  background-repeat: no-repeat;	
}

.normOption { 
  width: '14.3%'; 
  height: 30px;
  font-size: 12pt;
  font-family: 'Arial' serif;
  color: blue;
  cursor: pointer; cursor: hand;
  text-align: center;
}
	
.highlightOption { 
  width: '14.3%'; 
  height: 30px;
  font-size: 12pt;
  font-family: 'Arial' serif;
  color: green;
  cursor: pointer; cursor: hand;		
  text-align: center;
}
	
.selectOption { 
  width: '14.3%'; 
  height: 30px;
  font-size: 12pt;
  font-family: 'Arial' serif;
  font-weight: bold;
  color: red;
  cursor: pointer; cursor: hand;
  text-align: center;
}


.selectedTab{
  background-image: url('/images/backgrounds/selectedTab.jpg');
	width:90px;
	height:40px;
}

.unselectedTab{
  background-image: url('/images/backgrounds/unselectedTab.jpg');
	width:90px;
	height:40px;
	cursor: pointer; cursor: hand;
}	

.emptyTab{
  background-image: url('/images/backgrounds/empty.jpg');
	height:40px;		
}

A:hover{
  font: 'Arial';
  text-decoration: none;
  color: red;
}

A{ 
  font: 'Arial';
  text-decoration: none;
  color: white;
}
