body { margin: 0; font-family: verdana; }

#outer-table-td { padding-top: 20px; }

/* ----- Errors, Messages ----- */
#messages { margin:10px 0; background-color: white; }
#actionErrors { }
#actionMessages { }
.error { color:red; font-weight:bold; }
.message { font-weight:bold; color:green; }


/* ----- Details ------ */
#details td { font-size: 9pt; }
#details #item { margin-bottom: 20px; }
#details #item .header { font-weight: bold; margin-bottom: 10px; }
#details #item .text { margin-bottom: 10px; display: none; }
#details .click-here { color: #6b1b40; font-size: 7pt; }


/*------ FAQs ------- */

#faq #items { font-size: 9pt; }
#faq #item { margin-bottom: 20px; }
#faq #item .header { font-weight: bold; margin-bottom: 10px; }
#faq #item .text { margin-bottom: 10px; display: none; }
#faq .click-here { color: #6b1b40; font-size: 7pt; }


/*------ About Us ------- */

#about #text { font-size: 9pt; }

