

BODY { 
/* background-image: url("images/bgtxt.png"); */
  background-color: #f5deb3;
  background-repeat: repeat;
/*  background-repeat: no-repeat; */
  background-attachment: fixed;
  background-position: center;
  font-family: "Times", "Times new Roman", "sans-serif", "Arial";
}
BODY.home { 
  background-color: #ddffff;
/*  background-image: url("swingbg.jpg"); */
}
P {
 color: #c0c0c0;
 text-align: justify;
 font-family: "Arial";
 margin-left: 2.0em;
 margin-right: 2.0em;
 }
P.cen {text-align: center;}
P.warning {background-color: #ffff00; padding: 0.2em 0.2em;}
P.cenwarning {text-align: center; background-color: #ffff00; padding: 0.2em 0.2em;}
P.small { color: #c0c0c0; font-size: 0.8em; font-weight: bold; text-align: center;
 margin-left: 0.2em;
 margin-right: 0.2em;
}
P.ssm { color: #c0c0c0; font-size: 0.64em; font-weight: bold; text-align: center;
 margin-left: 0.2em;
 margin-right: 0.2em;
}
SPAN.warning {background-color: #ffff00; padding: 0.0em 0.0em; font-weight: bold;}

LI { color: #000000; text-align: left;}

IMG.right { float: right;   margin-left: 2.0em; }
IMG.left { float: left }


/*  Logo blue = #023A62, green = #AEBE22, gold = #ffd700 */
.logogn {
  font-family: "times new roman", "times";
  font-size: 2.0em;
  color: #ffd700;
  text-align: center; 
}
.goldlge {
  font-family: "times new roman", "times";
  font-size: 1.5em;
  color: #ffd700;
  text-align: center; 
}
.logobl {
  font-family: "times new roman", "times";
  font-size: 2.0em;
  color: #023A62;
  text-align: center; 
}

H1 {
  color: #c0c0c0; background-color: #5c4306;
  font-size: 24pt;
  text-align: center; 
  padding: 0.2em 0.2em;}
H1.logo {
  font-size: 45px;
  font-weight: bold;
}
H2 {color: #c0c0c0;
 background-color: #5c4306;
 text-align: center;
 padding: 0.2em 0.2em;
}
H3 {color: #c0c0c0;
 background-color: #5c4306;
 text-align: center;
 padding: 0.2em 0.2em;
}

TABLE {
  background-color: #000000;
  empty-cells: show; 
}
TABLE.bdr { 
  border: outset 1pt;
/* white-space: nowrap; */
}
TABLE.noborder { 
/*   background-color: transparent;  */
  background-color: #000000;
  border: none;
  border-collapse: collapse;
}

TABLE.form { 
  border: outset 2pt;
  background-repeat: repeat;
  background-attachment: fixed;
/*  background-position: center; */
/*  background-image: url("images/formback.jpg"); */
}


TR {
}


TH {
 color: #000000;
 padding: 3px;
 border: none;
 vertical-align: middle; 
}
TH.bdr {
 border: inset 1pt;
 text-align: center;
  font-size: 0.8em;
}


TD {
 color: #000000;
 padding: 1.0em;
 border: none;
 vertical-align: middle; 
}
TD.bdr {
 border: inset 1pt;
 text-align: center;
  font-size: 0.8em;
}

TD.nopadding {
 padding: 0.0px; 
 text-align: center;
}

TD.noborder {
 text-align: left;
}
TD.topnb {
 text-align: left;
 vertical-align: top; 
}
TD.rightnb {
 text-align: right;
}
TD.cennb {
 text-align: center;
}
TD.cennbsm {
 text-align: center;
 padding: 0.0px; 
 font-size: 8pt;
}


TD.bgimage {
 text-align: left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
/*  background-image: url("swingbg2.jpg"); */
}


TD.button { 
 width: 120px;
 height: 40px;
/* height: 31px; */
/*  border:  outset 3pt; */
  text-align: center; 
  vertical-align: middle; 
  background-color: #00ffff; 
/*  background-image: url("images/bluebutton2.jpg"); */
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top;
  font-weight: bold;
  font-size: x-small; 
  padding: 0.0em; 
}


TABLE.address {
/*  background: transparent; */
  background-color: transparent; 
  text-align: left; 
}


TD.address {
  color: #000000;
  font-size: 0.8em; 
/*  font-size: x-small; */
  padding: 5px;
}

SPAN.logo {color: #00CC33; font-family: "Curlz MT", "Arial"}

ADDRESS {
  font-size: 0.8em; 
}

A:link {color: #0099ff;}
A:visited {color: #0099ff;}
A:active {color: #00b000;}
A:hover 	{ color: #00b000 }
A         { text-decoration: none }
A:focus          { outline: thin dotted invert }

A.button {color: #ffffff; text-decoration: underline; font-size: 0.8em; font-weight: bold;}
A.button:visited {color: #ffffff}
A.button:active {color: #ffffff}
A.button:hover 	{ color: #99ffff; background: none }
/* A.button:hover 	{ background: #9999ff } */



