body {	
  background-color: #CCCCFF;
}
table {
  text-align: center;
}
th.order{
  background-color: #9999FF;
  border-color:#6633CC;
}
td{
  text-align: center;
}
td.left{
  text-align: left;
}
td.right{
  text-align: right;
}
th {	
  text-align: center;
}
th.left{
  text-align: left;
}
th.right{
  text-align: right;
}
hr{
  text-align: center;
  width: 80%;
}

hr.blue{
  text-align: center;
  color:#6633CC;
  width: 80%;
}
font.yellowF{
  background-color:#FFFF00;
  color:#000000;
}
samp.RedStar{
  color:#FF0000;
}
samp.yellowS{
  background-color:#FFFF00;
  color:#000000;
}

span.RedStar{
  color:#FF0000;
}
span.yellowS{
  background-color:#FFFF00;
  color:#000000;
}
input.InfoTag{
  background-color:#FF0000; 
  color:#FFFF00; 
  text-align:center;
  font-size:10px;
  font-weight:bold;
}

fieldset{
  border-color:#6633CC;
}
legend{
  background-color:#FFFF00;
  color:#FF0000;
  font-size:20px;
  font-weight:bold;
}
