/* BACKGROUND IMAGE */    
td.tdmenu2
{
    background-image: url(images/bg1.png);
    height: 100px;
    vertical-align: top;
}


a:link {color:#ffffff; font-size: 1em;}     /* unvisited link */
a:visited {color: #ffffff; font-size: 1em;}  /* visited link */
a:hover {color: #ffffff;font-size: 1em; text-decoration: none;}   /* mouse over link */
a:active {color: #ffffff; font-size: 1em;}   /* selected link */

.btn { font-weight: bold; display: block; position: relative; background: #aaa; padding: 3px; float: right; color: #FFF; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #000066; }
.btn.gold { background: #FFCC00; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #FFCC00; }
.btn:active { background-color: #996600; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 3px double #FFFF99; }
* html .btn.blue { border-color: #FFCC00; }
* html .btn.green { border-color: #FFCC00; }
* html .btn.pink { border-color: #FFCC00; }
* html .btn:hover { border-color: #FFCC00; }


  .framebord {
  background: #FFCC33 url(images/framepic.gif);
  }

  .black {background: #000;}

  .bb5 {border: 3px inset #FFCC33;}
  .bp5 {border: 3px inset #000066;}
  .bs5 {border: 5px inset #FFCC33;}

  .m2 {margin: 1em;}
  .mr1 {margin-right: 1em;}
  .mb2 {margin-bottom: 1em;}

  .l {float: left; clear: left;}
  .r {float: right; clear: right;}

  .cp {color: #FFCC33;}
  .cb {color: #FFCC33;}

  div.p1c {padding: 1em; text-align: center;}
