/** CCS **/

BODY { background-color:#f2f2f2;}

table {font-family:Georgia, 'Times New Roman', Times, serif; font-size:12px; line-height:20px; }

#table-menu		{ font-family:"Times New Roman", Times, serif; font-size:14px; color:#FFFFFF; text-align:center; font-weight:bold; }
#table-menu A	{ color:#FFFFFF; text-decoration:none; }
#table-menu A:hover	{ color:#FFFFFF; text-decoration:underline; }

#table-footer	{ font-family:"Times New Roman", Times, serif; font-size:14px; text-align:center; font-weight:bold; }
#table-footer A	{ text-decoration:none; color:#000000; }
#table-footer A:hover	{ text-decoration:underline; color:#000000; }

.form_normal    { border: 1px solid #005AA1; }
.form_required { border: 1px solid #005AA1; }
.form_error		{ border: 1px solid #005AA1; background-color:#FFE8E8; }
.form_label_required	{ font-weight:bold; }
.form_label_error		{ font-weight:bold; color:#FF0000; }
.form_error_message { font-size:10px; color:#FF0000;}

.form_quick_required	{ border: 1px solid #005AA1; }
.form_quick_error		{ border: 1px solid #005AA1; background-color:#FFE8E8; }