/* WECo Style Sheet 1 of 2 */
/* Note: Only one style sheet per page can be used by Netscape 4.x. Higher level browsers can use multiple sheets. */


/* The following 2 lines are used to eliminate the default margins that Netscape 4.x browsers render. */


/* The following styles are applied to the header drop-down menu. */
#topmenu A {text-decoration: none; font-size: 8 pt; font-family: Arial, Helvetica, sans-serif; color: white; vertical-align:-25%}
#topmenu A:link { font-weight: normal; color: white; font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
#topmenu A:visited { text-decoration:none; color: white }
#topmenu A:active { text-decoration:none; color: #999999} /* gray */
#topmenu A:hover { text-decoration:none; color: white; background: #6088BF } /* medium blue */


/* The following styles are applied to every page. */
A:link, A:visited, A:active { text-decoration: none}
A:hover { background: #DBE3F0} /* light blue */


