/* CSS Document */
.indexcell {
  text-align: center;
  line-height: 20px;
  background-color: #F3F3F3;
  width: 20%;
}
.indextableheader {
  border: 1px solid black;
  margin-top: 10px;
  color: #231F20;
  font-size:12px;
  font-family: Verdana; 
  font-weight: bolder;
  background-color: #9BE1FB;
}
.mainindex {
  text-align: center;
  font-size: 12px;
  background-color: #FFFFFF;
}
.mainindexbot {
  text-align: center;
  font-size: 12px;
  border-bottom: solid 1px;
  border-color: #9BE1FB;
  background-color: #FFFFFF;
}
.citycell {
  text-align: left;
  line-height: 20px;
  background-color: #F3F3F3;
  width: 130px;
}
.areacell {
  text-align: center;
  line-height: 20px;
  background-color: #FBE59C;
  width: 120px;  
}     
