#o {COLOR:ff9900} /*Orange*/
#bk {COLOR:000000} /*Black*/
#bold {FONT-WEIGHT:900} 
#w {COLOR:ffffff} /*White*/
#red {COLOR:990000} /*Red*/
#lred {COLOR:ff0000} /*Light Red*/
#grn {COLOR:009900} /*Green*/
#gy {COLOR:666666; font-size:11px} 
#lgrn {COLOR:00CC00} /*Light Green*/
#blu {COLOR:000099} /*Blue*/
#pxx {text-decoration: none} /*used to remove underline from links*/ 
#eeeedd {background-color:eeeedd} /*eeeedd is a tan*/
#px18 {font-size:18px}
#px17 {font-size:17px} 
#px16 {font-size:16px} /*header*/
#px15 {font-size:15px} /*replaces s13*/
#px14 {font-size:14px} /*replaces s12*/
#px13 {font-size:13px} /*replaces s11*/
#px12 {font-size:12px} 
#px11 {font-size:11px} /*Standard Size Face, Replaces s10*/
#px10 {font-size:10px} /*Disclaimer Size, replaces, s8,s9*/
/*NOTE: NEVER USE X OR Y WITH CSS. THEY MESS WITH VARIABLES COMMONLY USED FOR SCREEN PLACEMENT IN JAVASCRIPT AND DHTML FUNCTIONS*/
#serif {FONT-FAMILY: Times, Palatino} /*used for large blocks of copy such as press releases*/
#sans {FONT-FAMILY: Arial, Helvetica}
#fixed {FONT-FAMILY: courier} /*specifies a fixed width font for preformatted data*/
#input {font-family: Courier,monospace; font-size:12px}
/*header, note we have too many headers, if you look in the programs we have on called "headertype", can you see if you can conglomerate them into one.*/
#head {FONT-FAMILY: verdana, arial; FONT-SIZE: 18px; text-decoration: none; COLOR: ffffff; font-weight: 900}
#head2 {FONT-FAMILY: verdana, arial; FONT-SIZE: 14px; text-decoration: none; COLOR: ffffff; font-weight: 100}
#bhead {COLOR: 336699; font-size:16px; FONT-FAMILY: Helvetica, Arial; FONT-WEIGHT:600} /*blue header*/
#bhead2 {COLOR: 336699; font-size:13px; FONT-FAMILY: Helvetica, Arial; FONT-WEIGHT:600} 
#name {COLOR: 333399; font-size:14px; FONT-FAMILY: Helvetica, Arial; FONT-WEIGHT:100} 
/*100% Standard*/
A:link {COLOR: 336699; FONT-FAMILY: Arial, Helvetica}
A:visited {COLOR: 333399; FONT-FAMILY: Arial, Helvetica}
A:active {COLOR: black; FONT-FAMILY: Arial, Helvetica}
A:hover {COLOR: black; FONT-FAMILY: Arial, Helvetica; text-decoration: underline}


/*TD sets the default font face and size and can change if the majority of table data needs to be smaller or Serif*/
TD {FONT-FAMILY: Arial, Helvetica;
FONT-SIZE: 12px;
      color: black;


      line-height: 22px}

P {FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 12px}
/*H1 and H2 are for Insights Section Only*/
H1 {FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 14px; font-weight: 700}
H2 {FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 14px; font-weight: 700}

/*navigational styles*/
#menu {font-size:13px; color:000000; font-weight:700}
#submenu {COLOR: 000099; text-decoration:none; font-size:11px;}
#submenu:hover {COLOR: black; text-decoration: underline}
#submenu_selected {text-decoration:none; font-weight: bold; color:000000; font-size:11px;}
#selected {text-decoration:none; color:000000; font-size:11px;}




/*styles for the programs*/
#link {color:000000;} /*overrides some default link colors*/
#s {FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 10px;} /*small type*/
#b {FONT-FAMILY: arial; font-size:11px} /*specifies all the basic type size, face, color, etc.*/
#headertype{COLOR:000099; font-size:16px; FONT-FAMILY: Helvetica, Arial;} /*specifies the header type*/
#headerbgcolor {background-color: cccccc} /*the main input box or header bgcolor*/
#columnheadertype{FONT-FAMILY: arial; font-size:11px;} /*specifies the column header type sizes, faces, colors, etc.*/
#columnheadercolor{BACKGROUND-COLOR:CCCCCC} /*Specifies the color behing the column header type*/
/*JAMES, can you put the even odd row stuff in every quote object*/
#evenrows{BACKGROUND-COLOR:efefef} /*use if row colors alternate*/
#oddrows{BACKGROUND-COLOR:ffffff} /*use if row colors alternate*/

#inputsbgcolor {background-color: efefef} /*used for advance input boxes and logins*/
#outlinecolor {background-color: 000000} /*outline color for data tables or input boxes with outlines*/
#disclaimer{FONT-FAMILY: arial; font-size:10px} /*specifies disclaimner and page key type size, face, color, etc.*/
