* {
  font-family: Arial;
  font-size: 12px;
  color: black;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p,form,div { margin:0px; }
label { font-weight:bold; cursor:hand; font-size:12px; }
input text { border: 1px solid #C5C6CB; }
.SideList {
  color: #596A70;
  width: 100%;
  background-color: #FBFBFB;
  font-weight:bold;
  padding-right: 8px;
  padding-left: 8px;
}
.SideList:hover {
  background-color: #D9DFE3;
  text-decoration: none;
}
.TableWithBorder {
  border-collapse: collapse;
  border: 1px solid #B3B3BA;
  width: 100%;
}
.TableWithBorder th {
  background-color: #D9DFE3;
  font-weight:bold;
  color: #596A70; 
}