body { 
    background-color:#ccddff;
    background-image: url("/gif/cw_page_bk.gif");
    color:#000000;
    overflow:visible;
    width:100%;
}


h1 {
    font-size: 1.5em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.25em;
    margin: 0.83em 0;
}

img {
   border: 0px;
}


p.normal {
    font-weight: normal;
}

p.light {
    font-weight: lighter;
}

p.thick {
    font-weight: bold;
}

p.thicker {
    font-weight: 900;
}

p.red_center {
   color: #aa0000;
   text-align: center;
}


p.red {
   color: #dd0000;
}

b,
strong {
    font-weight: bold;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */


table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border: 0px solid black;
  padding: 0px;
  border: 0px;
  text-align:center; 
  
}

th, td {
    border: 0px solid black;
}

table.button {
   width:125px;
}

td {
  text-align:center; 
}

table.data {
   border: 1px solid black;
}

th.data {
   border: 1px solid black;
   width: 150px;
}

th.data_no_border {
   border: 0px;
   width: 150px;
}

td.data {
   border: 1px solid black;
   width: 150px;
}

td.data70 {
   border: 1px solid black;
   width: 70px;
}

td.data90 {
   border: 1px solid black;
   width: 90px;
}

td.data_no_border {
   border: 0px;
   width: 150px;
}

/* for ice.html */

.tbox {
    border: 1px solid black;
    border-collapse: collapse;
}

.divBox {
  margin-left: auto;
  margin-right: auto;
 /*border-collapse: separate; */
  border: 0px solid black;
  padding: 0px;
  border: 0px;
  text-align:left; 
  border-collapse: collapse;
}


.divWidth {
   width:540px;
}

.divWidth650 {
   width:650px;
}

.tbWidth {
   width:540px;
}

.tbWidth90 {
   width: 90px;
}

.tbWidth270 {
   width: 270px;
}


