.LnavSubWhite {
     font: 11px arial,helvetica,sans-serif;
	 text-decoration: none; 
     color: #ffffff;
	 font-weight: normal
}
.bodytext { 
     font: normal 13px arial, helvetica, sans-serif; 
         text-decoration: none; 
     color: #000000 
} 

.hlight
{
background-color:#EEEEEE;
}

.nohlight
{
background-color:#FFFFFF;
}

.NavHead {
     font: bold 13px arial, helvetica, sans-serif;
	 text-decoration: none; 
     color: #395573
}

.NavCopyHead {
     font: bold 11px arial, helvetica, sans-serif;
	 text-decoration: none; 
     color: #000000
}
.MESSAGEBLOCK {
	background-color: #BDD6F5;
	border-color: #BDD6F5;
	border-width:0;
	border-style:ridge;
	margin-left:2%;
	margin-right:2%;
	padding:2%;
	width:100%;
}  
.PortalTableColumnHead {
     font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	 text-decoration: none;
     color: #000000;
	background-color: #BDD6F5;
	font-weight: bold
}
.KAATitle {
     font: 10pt Verdana, Arial, Helvetica, sans-serif;
	 text-decoration: none; 
     color: #000000;
	background-color: #BDD6F5;
	 font-weight: bold
}
.TableHeader {
     font: 10pt Verdana, Arial, Helvetica, sans-serif;
	 text-decoration: none; 
     color: #000000;
	background-color: #BDD6F5;
	 font-weight: bold
}
.TableHeaderBG {
	background-color: #BDD6F5;
}

.NavCopy {
     font: normal 11px arial, helvetica, sans-serif;
	 text-decoration: none; 
     color: #000000
}

.LnavSection {
     font: 12px arial,helvetica,sans-serif;
	 text-decoration: none; 
     color: #395573;
	 font-weight: bold
}

.Lnav {
     font: 11px arial,helvetica,sans-serif;
	 text-decoration: none; 
     color: #000000;
	 font-weight: bold
}

.LnavSub {
     font: normal 11px arial, helvetica, sans-serif;
	 text-decoration: none; 
     color: #395573
}

.RedLinkSmall {
     font: 10px arial,helvetica,sans-serif;
	 text-decoration: underline; 
     color: #cc0000;
	 font-weight: normal
}

.LnavSubWhite {
     font: 11px arial,helvetica,sans-serif;
	 text-decoration: none; 
     color: #ffffff;
	 font-weight: normal
}

.LnavWhite {
     font: 11px arial,helvetica,sans-serif;
	 text-decoration: none; 
     color: #ffffff;
	 font-weight: bold
}


.greenHeader { font: bold 16pt arial, helvetica, sans-serif; text-decoration: none; color: #395573}
}


.bodytop { font: bold 14px arial, helvetica, sans-serif; text-decoration: none; color: #000000}

/*
    Copyright (c) 1996-2001 Ariba, Inc.
    All rights reserved. Patents pending.

    $Id: //ariba/platform/ui/toolkit/resource/webserver/en_US/uitk/ariba.css#1 $
    
    Responsible: dfrazier, mrobertson
*/

/*
    This file defines the core set of CSS styles used by all Ariba applications.
    Underlying these styles are certain principles which tie together the common
    elements of a given customer brand, i.e. type, colors, etc.  The following
    distinct colors are used throughout the styles below and should be kept in
    sync as changes are made (i.e. all uses of a given color should be replaced
    with the same color):

      color                default
      -----------------    -------
      brand - light        #CCCCFF
      brand - medium       #9999CC
      brand - dark         #666699
      brand - very dark    #333366
      brand - accent       #FFFFCC

      gray - very light    #EEEEEE
      gray - light         #CCCCCC
      gray - medium        #999999
      gray - dark          #666666

    Due to how the medium brand color is combined with other colors and text,
    this color should be chosen such that both white and black text is
    readable over it.
*/
/*HTML Selectors  ==================================================*/
/* The ultimate parent selector on our pages */
BODY {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Table TD Tags */
/* All content that lives within a table will inherit this style. It sets our default typography.*/
TD {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Hyperlinks - Unvisited */
/* A: link and A: visited set links to Brand Very Dark color. Table Header links are an exception. See those classes for more info*/
A:link {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Hyperlinks - Visited */
A:visited {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Input controls */
/* Selector sets typography for all input controls */
INPUT {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* Menu List controls */
/* Selector sets typography for all menu lists */
SELECT {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/* Sets typography for all text areas, comment fields */
TEXTAREA {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/*Classes  ==================================================*/

/*--------------------------------- Colors ---------------------------------*/
/* These classes set background colors to values within the  branding palette and neutral grays.
In most cases, more specific object-targeted classes exist to set background color and related attributes.
The classes below should be used if no other means exist. */

/* Brand Color - Light */
.brandLt {
    background: #CCCCFF;
}

/* Brand Color - Medium */
.brandMd {
    background: #9999CC;
}

/* Brand Color - Dark */
.brandDk {
    background: #666699;
}

/* Brand Color - Very Dark */
.brandVeryDk {
    background: #333366;
}

/* Brand Color - Accent */
.brandAccent {
    background: #FFFFCC;
}

/* Gray - Very Light */
.grayVeryLt {
    background: #EEEEEE;
}

/* Gray - Light */
.grayLt {
    background: #CCCCCC;
}

/* Gray - Medium */
.grayMd {
    background: #999999;
}

/* Gray - Dark */
.grayDk {
    background: #666666;
}

/*-------------------------------- Headers ---------------------------------*/

/* Page Heading */
/* Use this class to set the major text heading on a page. Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css1.htm */
.pageHead {
    color: #003366;
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Page Sub-Heading */
/* Example:  http://ucdg/Projects/Visual_Design_pss/css_examples/css1.htm */
.pageSubHead {
    color: #999999;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Section Heading */
/* Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css2.htm */
.sectionHead {
    color: #999999;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Section Heading Line */
/* Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css2.htm */
.sectionHeadLine {
    background: #9999CC;
}

/*------------------------------ Generic Type ------------------------------*/

/* Body Text */
/* Normally will not be used because of TD inheritance. Exists for potential usage in non-table areas of apps or auxilliary docs and
for the future when browsers fully comply with CSS spec */
.body {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Fine Print */
/* Should be used for very small copy. Arial is more condensed than default Verdana from TD inheritance */
.fine {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Body Text - Bold */
/* Long runs of bold copy can be hard to read, but this class exists to handle potential blocks of bold type */
.bodyBold {
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Body Text - Reversed */
/* White type against a background set by the HTML object itself */
.bodyRev {
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Body Text - Bold/Reversed */
/* Bold white type against a background set by the HTML object itself */
.bodyBoldRev {
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Disabled Text */
.disabled {
    color: #999999;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Big Body Text */
/* A larger type class for potential visual differentiation from the default td inheritance */
.bigBody {
    color: #000000;
    font-size: 10pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Big Body Text - Bold */
/* A larger bold type class for potential visual differentiation from the default td inheritance */
.bigBodyBold {
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Big Body Text - Reversed */
/* A larger white type class for potential visual differentiation from the default td inheritance */
.bigBodyRev {
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Big Body Text - Bold/Reversed */
/* A larger bold white type class for potential visual differentiation from the default td inheritance */
.bigBodyBoldRev {
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Error Messages */
/* This class handles all error text Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css3.htm */
.error {
    color: #FF0000;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Crumbline and substep display in the content area */
/*  see http://ucdg/visual_design_pss/html_components */
.crumb {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14pt;
}

/* Hint Text */
/* Class for inline tips. Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css1.htm */
.hint {
    color: #333366;
    background: #EEEEEE;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Note */
/* Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css4.htm */
.note {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Footer */
.footer {
    color: #666666;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*-------------------------- Multi-Column Tables ---------------------------*/

/* Table Header Text */
/* Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css4.htm */
.tableHead {
    color: #000000;
    background: #9999CC;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Table Header Text - Alternate */
/* In more complex nested heirarchies this class may offer an additional level of differentiation */
.tableHeadAlt {
    color: #000000;
    background: #CCCCCC;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Table Row - Odd */
/* Each table row must be tagged with one of the tableRow classes. 
Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css4.htm */ 
.tableRow1 {
    color: #000000;
    background: #FFFFFF;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Table Row - Even */
/* Each table row must be tagged with one of the tableRow classes. 
Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css4.htm */ 
.tableRow2 {
    color: #000000;
    background: #EEEEEE;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Table Summary */
/* Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css5.htm */ 
.tableSummary {
    color: #000000;
    background: #FFFFCC;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Table Selection Line */
/* Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css4.htm */ 
.tableLine {
    background: #9999CC;
}

/*-------------------------------- Masthead --------------------------------*/

/* Masthead Command */
/* Special styles that are swapped by Javascript to provide no underline links in Masthead Command bar */ 
.mastCmd {
    color: #dddddd;
    /*background: #cccccc;*/
    text-decoration: none;
    font-size: .9em;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Masthead Command - Rollover */
/* Special styles that are swapped by Javascript to provide no underline links in Masthead Command bar 6699cc */ 
.mastCmdRollover {
    color: #ffffff;
    /*background: #cccccc;*/
    text-decoration: none;
    font-size: .9em;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*--------------------------- Table of Contents ----------------------------*/

/* TOC Title */
/*  */
.tocTitle {
    color: #666666;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* TOC Subhead */
/*Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css6.htm  */
.tocSubHead {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetic, sans-serif;
}

/* TOC Item */
/*Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css6.htm  */
.tocItem {
    color: #000000;
    background: #ffffff;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* TOC Item - Rollover */
/*Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css6.htm  */
.tocItemRollover {
    color: #000000;
    background: #EEEEEE;
    background-color: #EEEEEE;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* TOC Item - Current */
/*Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css6.htm  */
.tocItemCurrent {
    color: #000000;
    background: #FAE6C3;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* TOC Background */
/* Page wrapper containing td is tagged with this class to set TOC Background color */
.tocBg {
    background: #CCCCCC;
}

/*-------------------------------- Wizards ---------------------------------*/

/* Wizard Navigation Bar */
/* Example: http://ucdg/Projects/Visual_Design_pss/css_examples/css4.htm */ 
.wizNavBar {
    background: #9999CC;
}

/*------------------------------ Online Help -------------------------------*/

/* Help Body Text  */
.helpBody {
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Help Page Title */
.helpPageTitle {
    color: #000000;
    background: #9999CC;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Help Section Title - tips, questions, etc. */
.helpSectionTitle {
    color: #000000;
    background: #9999CC;
    font-size: 9pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Help Topic Title  */
.helpTopicTitle {
    color: #000000;
    background: #CCCCCC;
    font-size: 9pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*------------------------------ Tab Set -------------------------------*/
/* Sets tab text without underline */
.tabText {
	color:#000000;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}



/* Al's additions begin here */

/* Masthead Command - Separator (i.e. the pipe separator) */
.mastCmdSep {
    color: #dddddd;
    /* background: #000000; */
    text-decoration: none;
    font-size: .9em;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Small Body Text */
.smBody {
    color: #000000;
    font-size: 7pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Big Body Text - Bold */
/* A larger bold type class for potential visual differentiation from the default td inheritance */
.smBodyBold {
    color: #000000;
    font-size: 7pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Navigation links */
.NavLink
{
    color: #000000;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline
}

/* Section Heading #2 */
.sectionHead2 {
    color: #000000;
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Section Heading #3 */
.sectionHead3 {
    color: #cc0000;
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Sub Section Heading #1 */
.subSectionHead {
    color: #999999;
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Sub Section Heading #2 */
.subSectionHead2 {
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Sub Section Heading #3 */
.subSectionHead3 {
    color: #003366;
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}


.Lnav {
     font: 11px arial,helvetica,sans-serif;
	 text-decoration: none; 
     color: #000000;
	 font-weight: bold
}

.LnavSub {
     font: normal 11px arial, helvetica, sans-serif;
	 text-decoration: none; 
     color: #395573
}





/* Very Small Print */
.vsmall {
    color: #000000;
    font-size: 7pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.topNav {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; background-color: #000000; text-decoration: none; text-align: center; vertical-align: middle; color: #FFFFFF; font-weight: bold}
.topNavitem {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; background-color: #000000; text-decoration: none; text-align: center; vertical-align: middle; color: #FFFFFF; font-weight: bold}

.ltgrnBG {  background-color: #99cc66}
.ltyelBG {  background-color: #cccc33}
.ltgryBG {  background-color: #CCCCCC}
.vltgryBG {  background-color: #eeeeee}  /* not web safe */
.dkgryBG {  background-color: #999999}
.dkgrnBG {  background-color: #669933}
.oraBG {  background-color: #ff6633}
.ltbluBG {  background-color: #6699cc}
.dkbluBG {  background-color: #003366}
.mainBG {  background-color: #cccccc}

.mainsectionHD {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #cccccc; text-align: left; vertical-align: middle; text-indent: 1mm}
.mainsectionHD2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #003366; text-align: left; vertical-align: middle; color: #FFFFFF; text-indent: 1mm}
.mainsectionHD3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #cccc33; text-align: left; vertical-align: middle; color: #003366 ; text-indent: 1mm}
.mainsectionHD4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #003366; text-align: left; vertical-align: middle; color: #ffffff ; text-indent: 1mm; text-decoration: underline}
.mainsectionHD5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #99cc66; text-align: left; vertical-align: middle; color: #003366 ; text-indent: 1mm}
.mainsectionHD6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #ffcc33; text-align: left; vertical-align: middle; color: #003366 ; text-indent: 1mm}

.date {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; text-align: right; color: #FFFFFF; font-weight: bolder}
.welcome { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; text-align: left; vertical-align: middle; background-color: #FFFFFF; font-weight: bolder; color: #000000; text-indent: 1mm}
.stockSym {  font-family: "Times New Roman", Times, serif; font-size: 9px; background-color: #FFFFFF; text-align: left; vertical-align: top}

/* Organizational / Subsite / Secondary Navigation */
.orgNavTop {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000; text-indent: 10px}
.orgNavHdr {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #000000}
.orgNavItem1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #003366; margin-left: 0em; line-height: 15pt; text-decoration: none }
.orgNavItem1Roll { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #003366; margin-left: 0em; line-height: 15pt; text-decoration: underline }
.orgNavItem2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #003366; margin-left: 1em;  line-height: 13pt; text-decoration: none }
.orgNavItem2Roll { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #003366; margin-left: 1em;  line-height: 13pt; text-decoration: underline }
.orgNavItemLt1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #ffffff; margin-left: 0em; line-height: 13pt; text-decoration: none }
.orgNavItemLt1Roll { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #ffffff; margin-left: 0em; line-height: 13pt; text-decoration: underline }
.orgNavItemLt2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #ffffff; margin-left: 1em;  line-height: 13pt; text-decoration: none }
.orgNavItemLt2Roll { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #ffcc33; margin-left: 1em;  line-height: 13pt; text-decoration: none }


#indent1 { margin-left: 1em}
.underline { text-decoration: underline}

/* tab bar items */
.tabItem {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bolder; color: #FFFFFF; background-color: #003366; text-decoration: none}
.tabItemOn { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bolder; color: #FF6633; background-color: #003366}
.tabItemOver { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bolder; color: #FFFF99; background-color: #003366 }
.tabItemOff { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bolder; color: #003366; background-color: #003366 }

/* Bulletin Items */
.bullhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; text-align: left; font-weight: bold}
.bulldate {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-style: italic; text-align: left; font-weight: normal}

.mstmnu {padding-top:0px;padding-bottom:1px;padding-left:2px;margin-top:0px;margin-bottom:0px;float:left}

