<!-- this sets the basic font style for text and hyperlinks within the "homepagecolumn" span tags on the homepage only -->.homepagecolumn {font: 10pt Arial,sans-serif; color: white;}.homepagecolumn TD {font: 10pt Arial,sans-serif; color: white;}.homepagecolumn A {font: 10pt Arial,sans-serif; color: yellow; text-decoration: none;}.homepagecolumn A:HOVER {text-decoration: underline;}<!-- this sets the the basic font style for text and hyperlinks within the "interiorcolumn" span tags on all interior pages -->.interiorcolumn {font: 10pt Arial,sans-serif; color: white;}.interiorcolumn TD {font: 10pt Arial,sans-serif; color: white;}.interiorcolumn A {color: white; text-decoration: none;}.interiorcolumn A:HOVER {color: yellow; text-decoration: none;}<!-- this sets the page background color as a class within the <body> tag -->.pagebackground {background-color: #999900;}<!-- this sets the basic font style for text and hyperlinks within the "bodytext" span tags -->.bodytext {font: 10pt Arial,sans-serif; color: black; text-decoration: none;}.bodytext TD {font: 10pt Arial,sans-serif; color: black; text-decoration: none;}.bodytext A {font: 10pt Arial,sans-serif; color: Blue; text-decoration: none;}.bodytext A:HOVER {text-decoration: underline;}<!-- this sets the font style within the "titletext" span tags -->.titletext {font: bold 12pt Arial,sans-serif; color: #800000; text-decoration: none;}.titletext TD {font: bold 12pt Arial,sans-serif; color: #800000; text-decoration: none;}<!-- this sets the font style for text and hyperlinks within the "smalltext" span tags (i.e. the fine print at the bottom of each page) -->.smalltext {font: 8pt Arial,sans-serif; color: black;}.smalltext TD {font: 8pt Arial,sans-serif; color: black;}.smalltext A {font: 8pt Arial,sans-serif; color: Maroon; text-decoration: none;}.smalltext A:HOVER {text-decoration: underline;}