/**
 * Style sheet for cwsa web site
 * System-colors theme
**/

BODY {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   background-image: url(../Graphics/Image1.jpg);
   background-repeat: repeat;
   background-attachment: fixed;
}

P {
   font-size: 1em;
   color: #000000;
   font-family: Arial, sans-serif;
}
LI {
   font-size: 1em;
   color: #000000;
   font-family: Arial, sans-serif;
   font-weight: bold;
}
.tablenotice {
background: red;
border: 8px solid #ff0066;
}
.tablenotice TD, .tablenotice TH {
background: yellow;
border: 2px solid #99ccff;
}
</STYLE>

.officer-table {
   border: 4px outset blue;
   
}

.officer-cell {
   border: blue;
   border-style: none none solid;
   border-bottom-width: medium;
   font-weight: bold;
}

.bignote {
   text-align: center;
//   color: #ff0066;
   color: red;
   font-size: 1.5em;
}

.clubtitle {
   text-align: center;
   font-size: 2em;
}

.clubaddress {
   text-align: center;
}

.clubtext {
   font-family: serif;
   color: blue;
}

.sreventtitle {
   text-align: center;
   color: red;
   font-size: 2em;
}

.sreventdate {
   text-align: left;
   font-size: 1.5em;
   color: blue;
}

.sreventclass {
   text-align: left;
   font-size: 1.5em;
   color: black;
}

.srscorename {
   text-align: left;
   font-size: 1em;
   color: green;
}

.srscore {
   text-align: right;
   font-size: 1em;
   color: black;
}

.up1 {
   position: relative;
   top: -1ex;
}

.up2 {
   position: relative;
   top: -2ex;
}

.dark {
   font-weight: bold;
}
