/*

COLORS:
Grey - #666666 - nav bar
Black - #000000 - stroke around box, nav divider lines (both 1 pixel  
wide) & company name
Orange - #ffcc00 - highlighted nav item

FONTS:
Company name - Verdana, reg,  24px, #000000
Nav text - Verdana, reg, 12px, #ffcc00 (selected), #ffffff (non- 
selected)

*/

.clientname { color: #000000; font-size: 24px; font-family: Verdana; }
.instructions { color: #0066cc;  }
P { color: #000000; font-size: 14px; font-family: Verdana; }
TD { color: #000000; font-size: 14px; font-family: Verdana; }
.white { color: #FFFFFF; font-size: 14px; font-family: Verdana; }

.link { color: #000000; font-size: 14px; font-family: Verdana; text-decoration: none; }
.linki { color: Red; font-size: 14px; font-family: Verdana; text-decoration: none; }
.linkx { color: #999999; font-size: 14px; font-family: Verdana; text-decoration: none; }


.footer { color: #333333; font-size: 9px; font-family: Verdana; text-decoration: none; }

.nav { color: #ffffff; font-size: 14px; font-family: Verdana; text-decoration: none; }
.navbold { color: #ffcc00 ; font-size: 14px; font-family: Verdana; text-decoration: none;  }

.sort { color: blue; }

.highlight { background: #99B7D2; }

.button { border: 1px solid #333333; color: #FFFFFF; background-color: #0067B2; font-size: 14px; font-family: Verdana; }
.search { border: 1px solid #999999; font-size: 10px; font-family: Verdana; width: 115px; height: 22px; }

.textbox { border: 1px solid #999999; font-size: 14px; font-family: Verdana; width: 350px; }
.filebox { border: 1px solid #999999; font-size: 11px; font-family: Verdana; }
.short_textbox { border: 1px solid #999999; font-size: 14px; font-family: Verdana; width: 100px; }
.no_border { font-size: 11px; font-family: Verdana; }
.large_text { border: 1px solid #999999; font-size: 14px; font-family: Verdana; width: 350px; height: 150px; }
.large_text2 { border: 1px solid #999999; font-size: 14px; font-family: Verdana; width: 350px; height: 300px; }
.catbox { border: 1px solid #999999; font-size: 10px; font-family: Verdana; width: 200px; height: 250px; }

.bodytext { color: #333333; font-size: 11px; font-family: Verdana; line-height: 150%; }
.heading { color: #0067B2; font-size: 11px; font-weight: bold; font-family: Arial, sans-serif; }
.small { color: #333333; font-size: 10px; font-weight: bold; font-family: Arial, sans-serif; }
.title { color: #0067B2; font-size: 14px; font-weight: bold; font-family: Arial, sans-serif; }
