
body {      background-color: #EADEED; 
            color: #002953; 
            font-family: "Lucida Sans Unicode";
            vertical-align: middle;
            }
            
P.index {
            color: #002953;
            text-align: left;
            font-size: 120%;
            font-weight: 700;
            }
            
P.plead	{color: #E11726; }

IMG.logo  { float:left; width: 210px; }

H1   { text-align: center; font-size: 200%; color: #E11726; }
H2   { text-align: left; font-size: 150%; color: #E11726; }
H3   { text-align: left; font-size: 125%; color: #E11726; }

TABLE.one  { border-style: double; border-color: #4334C9; table-layout: fixed; width: 100%; }
TD.one     { border-style: solid; border-color: #4334C9; border-width: 1px; border-spacing: 5px; padding: 5px 5px; }
TD.two     { border-style: solid; border-color: #4334C9; border-width: 1px; padding: 20px 20px; }

TABLE.goals  { table-layout: fixed; }
TD.goals1    { vertical-align: middle; padding: 10px 10px; }
TD.goals2    { vertical-align: middle; padding: 10px; }

TABLE
          {
          width: 95%;
          border-collapse: separate;
          border-spacing: 5px;
          border-style: outset;
          border-width: 5px;
          table-layout: fixed;
          }
          
TABLE.links
          {
          width: 95%;
          height: 410px;
          border-collapse: separate;
          border-spacing: 5px;
          border-style: outset;
          border-width: 5px;
          table-layout: fixed;
          }
          
TD.links
          {
          font-size: 75%;
          font-weight: 500;
          padding: 1px;
          border-width: 2px;
          border-style: inset;
          text-align: center;
          vertical-align: middle;
          height: 100px;
          width: 25%;
          }

TABLE.topbanner
          {
          width: 95%;
          padding: 1px;
          border-collapse: separate;
          border-spacing: 5px;
          border-style: outset;
          border-width: 5px;
          table-layout: fixed;
          }
          
TD.topbanner
            {
            color: #003399;
            font-size: 100%;
            font-weight: 600;
            padding: 1px;
            }
          
TD.menu
          {
          font-size: 75%;
          font-weight: 500;
          padding: 1px;
          border-width: 2px;
          border-style: inset;
          text-align: center;
          vertical-align: middle;
          height: 50px;
          }
          
TABLE.game
          {
          border-collapse: separate;
          border-spacing: 5px;
          border-style: solid;
          border-color: #4334C9;
          border-width: 1px;
          table-layout: fixed;
          caption-side: top;
          }
          
TD.game   {
          padding: 1px; 
          border-width: 1px; 
          text-align: center; 
          vertical-align: middle; 
          height: 50px; 
          }

TABLE.crisis
            {
             border-collapse: separate;
             border-spacing: 5px;
             border-style: ridge;
             border-width: 5px;
             table-layout: fixed;
             font-family: "Arial";
             color: #003399;
             font-size: small;
             }
TD.blue      { color: #002953; font-family: "Arial"; font-size: 110%; font-weight: 600; text-align: center; }
TD.red       { color: #E11726; font-family: "Arial"; font-size: 100%; font-weight: 600; text-align: center; }

TABLE.members
               {
               border-collapse: separate;
               border-spacing: 5px;
               border-style: outset;
               border-width: 5px;
               table-layout: fixed;
               padding: 10px 10px;
               }
               
TH.members
          {
          font-size: 125%;
          font-weight: 800;
          color: #000000;
          text-align: center;
          border-width: 2px;
          border-style: inset;
          vertical-align: middle;
          padding: 10px 10px;
          }
               
TD.members
          {
          font-size: 100%;
          font-weight: 500;
          border-width: 2px;
          border-style: inset;
          text-align: left;
          vertical-align: middle;
          padding: 10px 10px;
          }
               
TD.members2
          {
          font-size: 100%;
          font-weight: 500;
          border-width: 2px;
          border-style: inset;
          text-align: left;
          vertical-align: middle;
          padding: 10px 10px;
          }
          
TABLE.announce { 
background-color: #aad5ff; 
color: #004080; 
font-family: "arial rounded mt bold"; 
text-align: left; 
vertical-align: middle; 
border-color: #006ad5; 
table-layout: fixed; 
border-collapse: separate; 
border-spacing: 8px 8px; 
border-style: outset; 
border-width: 5px; 
width: 90%; 
}


TD.announce { 
font-family: "arial rounded mt bold"; 
text-align: center; 
padding-left: 10px; 
padding-right: 10px; 
padding-bottom: 10px; 
width: 100%; 
border-style: inset; 
border-width: 3px; 
border-color: #006ad5; 
}

H2.announce   { text-align: center; font-size: 150%; color: #E11726; }
H3.announce   { text-align: center; font-size: 125%; color: #E11726; }


UL.disc
          {
          margin-left: 50px;
          list-style-type: disc;
          list-style-position: outside;
          font-size: 125%;
          font-weight: 600;
          color: #006AD5;
          }

UL.square
          {
          margin-left: 75px;
          list-style-type: square;
          list-style-position: inside;
          font-size: 100%;
          font-weight: 500;
          color: #002953;
          }

UL.circle
          {
          list-style-type: circle;
          list-style-position: inside;
          font-size: 75%;
          font-weight: 500;
          margin-left: 100px;
          color: #E11726;
          }
          



