.bleft {
   background-image: url(images/leftbot.gif);
   background-repeat: repeat;
   background-position: top;
   border: 1px solid 445363;
}
.bmain {
   background-color: #FFFFFF;
   background-image: url(images/main.gif);
   background-repeat: repeat-x;
   background-position: top;
}
.bright {
   background-image: url(images/rightbot.gif);
   background-repeat: repeat;
   background-position: top;
   border: none;
}
.cmain {
   background-image: url(images/mainbg.jpg);
   background-repeat: no-repeat;
   background-position: right bottom;
}
td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #333333;
}
.caption {
   color: #E9A836;
   font-size: 15px;
   font-weight: bold;
   text-align: left;
}

.updated {
   font-family: "Arial Narrow", Helvetica, sans-serif;
   color: #888888;
   font-size: 10px;
   text-align: left;
}

a {
   text-decoration: none;
   color: #333333;
}
.border {
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-right-style: dotted;
   border-bottom-style: dotted;
   border-top-color: #CC9933;
   border-right-color: #CC9933;
   border-bottom-color: #CC9933;
   border-left-color: #CC9933;
   padding: 5px;
}
.bg {
   background-color: #EEEEEE;
}
textarea {
   border: 1px solid #aaaaaa;
}

input.grad {
    border: 1px solid #aaaaaa;
    background-image: url(images/menu.jpg);
}
