body { 
  background-color: #e8ecf5; 
  margin-left: 10px; margin-right: auto; 
  margin-top: 10px; margin-bottom: 10px; 
  text-align: center;
}

table {
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
} 

td {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
} 

.main-table {
  width: 750px;
  text-align: left;
}

.line-hr {
  width: 750px;
  height: 2px;
}


.line-hr-print {
  width: 100%;
  height: 2px;
}


hr {
  border: 0;
  color: #4b8ae7;
  height: 2px;
  width: 100%;
}

a {
  color: #1010a0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.csc-header {
  color: navy;

}

h1 {
  color: navy;

}

h2 {
  color: navy;
}

h3 {
  color: navy;
}

h4 {
  color: navy;
}

p {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}

input, textarea, select {
  background-color: #e8ecf5; 
  color: navy;
  font-family: arial, verdana, ms sans serif;
  font-size: 10pt;
  border-style: solid;
  border-color:  #4b8ae7;;
  border-width: 1px;
}

.odd TD {
  background-color: #f8f8fa;
}

.even TD {
  background-color: #eeeeff; 
}

