/* CSS Document */
html, body {
  margin:0px;
  padding:0px;
}

td {
  padding: 0px;
}

body, input, select, textarea {
  background-color: #ffffff;
}


.st1 { 
  font-size: 11px; 
  color: #7a9bc5; 
  font-family: Tahoma; 
  text-decoration: none;
  }
.st2 { 
  font-size: 11px; 
  color: #ffffff; 
  font-family: Tahoma; 
  text-decoration: none;
  }
.st3 { 
  font-size: 11px; 
  color: #7a9bc5; 
  font-family: Tahoma 
  }
.st4 { 
  font-size: 11px; 
  color: #000000; 
  font-family: Tahoma 
  }
.st5 { 
  font-size: 12px;
  font-weight: bold; 
  color: #ffffff; 
  font-family: Tahoma 
  }
a {
font-size: 11px;
color: #7a9bc5;
font-family: Tahoma
} 


table.inbody {
  border-width: 1px;
  border-spacing:1;
  border-style: outset;
  border-color: #cc3300;
  border-collapse: collapse;
  background-color: white;
  font-size:12px;
  width:100%;
}

table.inbody th {
  border-width: 1px;
  padding: 3px;
  border-style: outset;
  border-color: #cc3300;
  background-color: white;
}
table.inbody td {
  border-width: 1px;
  padding: 4px;
  border-style: outset;
  border-color: #cc3300;
  background-color: white;
  -moz-border-radius:0 ;
    text-align:right;
}


table.inbody_l {
  border-width: 1px;
  border-spacing:1;
  border-style: outset;
  border-color: #cc3300;
  border-collapse: collapse;
  background-color: white;
  font-size:12px;
  width:100%;
}

table.inbody_l th {
  border-width: 1px;
  padding: 3px;
  border-style: outset;
  border-color: #cc3300;
  background-color: white;
}
table.inbody_l td {
  border-width: 1px;
  padding: 4px;
  border-style: outset;
  border-color: #cc3300;
  background-color: white;
  -moz-border-radius:0 ;
    text-align:left;
}


table.font12 {
  font-size:12px;
  width:100%;
}


