body, td, p, li, a { 
  font-family: tahoma,helvetica,arial;
  font-size:10pt; 
  color: #000000;
} 

body{  
  margin: 0px 0px 0px 0px; 
  background-color: #FFFFFF;
}    

.header {
  width: 100%;
  height: 151px;
  background-color: #A21418; /* orange : #CA6B35 rouge : #A21418*/
}

input[type="button"] {
  border: solid 1px grey;
  background-color: #A21418;
  color: #ffffff;
  height: 25px;
}

input[type="submit"] {
  border: solid 1px grey;
  background-color: #A21418;
  color: #ffffff;
  height: 25px;
}

.error_msg {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}

.table_data {
  border: none;
}

hr {
  color: #A21418;
}

.table_data td {
  border: solid 1px grey;
}

.doPrint{
  display: none;
}

@media print {
  .noPrint {
      display: none;
  }
  .doPrint{
    display: block;
  }
}
