/* COMPLETE/FULL MENU STYLES */
.menu_complete { font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; line-height:17px;}
.menu_complete:link { color: #a23c00; }
.menu_complete:visited { color: #a23c00; }
.menu_complete:hover { color: #582100; text-decoration: underline; }

.menu_complete_on { font-size: 12px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; text-transform: uppercase; line-height:17px;}
.menu_complete_on:link { color: #582100; }
.menu_complete_on:visited { color: #582100; }
.menu_complete_on:hover { color: #582100; text-decoration: none; }

/* COMPLETE/FULL MENU STYLES FOR UNDERLINKS */
.menu_complete_sub { font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 17px; }
.menu_complete_sub:link { color: #717171; }
.menu_complete_sub:visited { color: #717171; }
.menu_complete_sub:hover { color: #333333; text-decoration: underline; }

.menu_complete_sub_on { font-size: 12px;  font-family: Arial, Helvetica, sans-serif; line-height: 17px; }
.menu_complete_sub_on:link { color: #333333; }
.menu_complete_sub_on:visited { color: #333333; }
.menu_complete_sub_on:hover { color: #333333; text-decoration: none; }


/* MAIN MENU STYLES */
.menu_main { font-size: 14px; font-weight: bold; font-family: Tahoma, Verdana, Arial; text-transform: uppercase;}
.menu_main:link { color: #ffffff; }
.menu_main:visited { color: #ffffff; }
.menu_main:hover { color: #cccccc; text-decoration: none; }

.menu_main_on { font-size: 14px; font-weight: bold; font-family: Tahoma, Verdana, Arial; text-transform: uppercase;}
.menu_main_on:link { color: #cccccc; }
.menu_main_on:visited { color: #cccccc; }
.menu_main_on:hover { color: #cccccc; text-decoration: none; }

/* STANDARD FORM ELEMENTS */
.input { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  border: 1px solid gray; }
.button { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid gray; }

.printerfriendly:link { color: #000000; }
.printerfriendly:visited { color: #000000; }
.printerfriendly:hover { color: #333333; text-decoration: none; }

.acronym { border-bottom: 1px dotted gray; cursor:help;  }

/* DISPLAY/HIDE BOX */
.hideTable { display: none; }
.showTable { display: block; }


.boxheadline { font-size: 11px; font-weight: bold; font-family: Tahoma, Verdana, Arial; text-transform: uppercase; color: white;}
