/* -- TRcustDB.css -- */
/*  */
/* Some Styles for my TRCustomers DB */
/*  */

/* Used to display Entered and Updated dates at the top, usually. */
.dates {
    color: Maroon;
    font-size: small;
}

/* These two are used to display the data that was saved. */
.frmdata {
    color: #FF6347;
    font-weight: bold;
}
.fldhdr {
    color: Black;
    font-weight: bold;
    font-style: italic;
}

