body {
   background-color: #D5DFC6;
}

td{
   color: #000000;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10px;
   text-decoration:none;
}

.tdIndex {
   border-style: solid;
   border-width: 1px;
   border-color: white;
}

.text1 {
   color: #585D57;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10px;
   text-decoration:none;
}

.btnBottom {
   color: #585D57;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10px;
   text-decoration:none;
   cursor:pointer;
}

.btnBottom:hover {
   color: #585D57;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10px;
   text-decoration:none;
   cursor:pointer;
}

.inputSearch {
   background-color: #FFFFFF;
   color: #585D57;
   text-decoration:none;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10px;
   border-style: solid;
   border-width: 0px;
   width: 100%;
   height: 14px;
   padding-bottom: 2px;
}

.submitSearch {
   /*background-color: #D5DFC6;*/
   background-color: transparent;
   border-style: solid;
   border-width: 0px;
   text-decoration:none;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #585D57;
   height: 13px;
   padding-bottom: 3px;
   padding-left: 3px;
   cursor:pointer;
}

