<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Last Mod 5-29-2007 Lorenzo Morales  */

/* Most of my Link Styles have the same color for both the visited and the non-visited links */
/* if you want to mod anything, be my guest,  BUT NOTE IT HERE */

body {font-family:Arial,sans-serif; font-style: normal;}

.header {font-size: 16px; font-weight: bolder; color: #000000;}
.headerRev {font-size: 16px; font-weight: bolder; color: #FFFFFF}

.header1 {font-size: 14px; font-weight: bold; color: #333333}
.header1Rev {font-size: 14px; font-weight: bold; color: #FFFFFF}

/* same as .body but bold - keep for some legacy pages */
.headline {font-size: 12px; font-weight: bold; color: #333333 }
.headline:link, .headline:visited, .headline:link:focus, .headline:visited:focus {color: #333333; text-decoration: underline}
.headline:link:hover, .headline:visited:hover {color: #999999; text-decoration:none}

/* obviously Red headline */
.headlineRed {font-size: 12px; font-weight: bold; color: #990000 }
.headlineRed:link, .headlineRed:visited, .headlineRed:link:focus, .headlineRed:visited:focus {color: #990000; text-decoration: underline}
.headlineRed:link:hover, .headlineRed:visited:hover  {color: #BB0000; text-decoration: none}

/* Nav bar in the Gen E-update - just like headline but black */
.menu {font-size: 12px; fon-weight: bold; color:#000000;}
.menu:link, .menu:visited, .menu:link:focus, .menu:visited:focus {color:#000000; text-decoration: underline}
.menu:link:hover, .menu:visited:hover  {color: #333333; text-decoration: none}

/* menu in white */
.menuRev {font-size: 12px; fon-weight: bold; color:#FFFFFF;}
.menuRev:link, .menuRev:visited, .menuRev:link:focus, .menuRev:visited:focus {color:#FFFFFF; text-decoration: underline}
.menuRev:link:hover, .menuRev:visited:hover  {color: #DDDDDD; text-decoration: none}

/* normal body copy */
.body {font-size: 12px; font-weight: normal; color: #333333;}
.body:link, .body:visited, .body:link:focus, .body:visited:focus {color: #333333; text-decoration: underline}
.body:link:hover, .body:visited:hover {color: #999999; text-decoration: none}

/* normal body copy but White color */
.bodyRev {font-size: 12px; font-style: normal; color: #FFFFFF ; background-repeat: no-repeat}
.bodyRev:link, .bodyRev:visited, .bodyRev:link:focus, #bodyRev:visited:focus {color:#FFFFFF; text-decoration: underline}
.bodyRev:link:hover, .bodyRev:visited:hover {color: #CCCCCC; text-decoration: none}

/* disclaimer small print */
.disclaimer {font-size: 10px; font-weight: normal; color: #666666; text-decoration: none}
.disclaimer:link, .disclaimer:visited, .disclaimer:link:focus, .disclaimer:visited:focus {color: #666666; text-decoration: underline}
.disclaimer:link:hover, .disclaimer:visited:hover {color: #333333; text-decoration: none}

/* disclaimer small print in White */
.disclaimerRev {font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.disclaimerRev:link, .disclaimerRev:visited, .disclaimerRev:link:focus, .disclaimerRev:visited:focus {color: #FFFFFF;text-decoration: underline}
.disclaimerRev:link:hover, .disclaimerRev:visited:hover {color: #DDDDDD; text-decoration: none}</pre></body></html>