body           {
               background-image:  url('http://www.fbva-southside.org/Images/coed_bg.gif');
               color:             black;
               font-size:         10pt;
               font-weight:       bold;
               font-family:       comic sans ms;
               }

table          {
               color:             black;
               border-color:      black;
               border-width:      10px;
               font-size:         10pt;
               font-weight:       bold;
               font-family:       comic sans ms;
               }

/*one style of table*/
.table1    {
           border:           1px solid black;
           background-image:  url('http://www.fbva-southside.org/Images/coed_bg.gif');
           color:            black;
           font-family:      arial;
           font-weight:      normal;
           font-size:        9pt;
           }


.outertable    {
               color:             white;
               border-color:      black;
               background-color:  black;
               border-width:      10px;
               font-size:         10pt;
               font-weight:       bold;
               font-family:       comic sans ms;
               }

.innertable    {
               color:             white;
               border-color:      black;
               background-color:  darkblue;
               border-width:      10px;
               font-size:         10pt;
               font-weight:       bold;
               font-family:       comic sans ms;
               }

.header        {
               background-color:  black;
               color:             white;
               font-size:         15pt;
               font-weight:       bold;
               font-family:       comic sans ms;
               }

.subheader     {
               color:             yellow;
               font-size:         12pt;
               font-weight:       bold;
               font-family:       comic sans ms;
               }
        



/*Top Row of schedule report*/
.schedhead1   {
              color:             white;
              background-color:  black;
              font-weight:       bold;
              font-size:         12pt;
              }

/*Column name row of schedule report*/
.schedhead2   {
              color:             white;
              background-color:  darkblue;
              font-weight:       bold;
              font-size:         9pt;
              }

/*Column name row of schedule report*/
.schedrow     {
              color:             black;
              font-weight:       normal;
              font-size:         9pt;
              } 

/*Use for left frame table of contents*/
.contents  {
           background-color: darkblue;
           background-image: url('http://www.fbva-southside.org/Images/naugahide_bg.gif');
           }


/* left frame mouseover button style */
.high     {
          background-color: yellow;
          color:            black;
          font-family:      arial;
          font-weight:      bold;
          font-size:        9pt;
          cursor:           hand;
          padding-left:     2pt;
          }

/* left frame normal button style */
.low      {
          background-color: black;
          color:            white;
          font-family:      arial;
          font-weight:      bold;
          font-size:        9pt;
          cursor:           hand;
          padding-left:     2pt;
          }

/* left frame standout button style */
.lowh     {
          background-color: red;
          color:            white;
          font-family:      arial;
          font-weight:      bold;
          font-size:        9pt;
          cursor:           hand;
          padding-left:     2pt;
          }





/*Use for bottom control panels */
.control   {
           background-color: black;
           color:            white;
           font-family:      arial;
           font-weight:      bold;
           font-size:        10pt;
           background-image: url('');
           }

/*Use for form buttons */
.lowbutton  {
               color:             white;
               width:             120px;
               background-color:  black;
               font-weight:       bold;
               font-size:         8pt;
               cursor:            hand;
               }

/*Use for form buttons */
.highbutton  {
               color:             black;
               width:             120px;
               background-color:  yellow;
               font-weight:       bold;
               font-size:         8pt;
               cursor:            hand;
               }

/*Use for form buttons */
.lowbuttonSM  {
               color:             white;
               width:             80px;
               background-color:  black;
               font-weight:       bold;
               font-size:         8pt;
               cursor:            hand;
               }

/*Use for form buttons */
.highbuttonSM  {
               color:             black;
               width:             80px;
               background-color:  yellow;
               font-weight:       bold;
               font-size:         8pt;
               cursor:            hand;
               }


/* top banner on web site */
.banner   {
          border:             3px solid black;
          color:              black;
          font-family:        comic sans ms;
          font-size:          25pt;
          font-weight:        bold;
          margin-top:         4;
          margin-bottom:      4;
          }

/* top banner on web site */
.bannerlow  {
            border:             1px solid black;
            cursor:             hand;
            background-color:   darkblue;
            color:              white;
            font-family:        arial;
            font-size:          11;
            font-weight:        bold;
            margin-top:         8;
            margin-bottom:      8;
            }

/* top banner on web site */
.bannerhigh {
            border:             1px solid black;
            background-color:   yellow;
            cursor:             hand;
            color:              black;
            font-family:        arial;
            font-size:          11;
            font-weight:        bold;
            margin-top:         8;
            margin-bottom:      8;
            }



/* green bar across banner */
.bar     {
         background-color:  darkblue;
         }


