/* WAM!NET Corporate styles - standard */
/* Ident: $Id: standard.css 44064 2008-03-26 15:39:33Z ddickey $ */

/* DO NOT CHANGE THIS STYLE SHEET...it is used across multiple service user interfaces! */
/* Please add service specific styles to a separate style sheet */

/*

The styles defined in the standard style sheets will be used!
*/

.hide { display: none; }
#head span.hide { display: inline; } /* Helps unsupported Netscape 4 users when an identical selector that sets the display to none is not loaded from navigation.css */

a.bold, #leftColumn a, #rightColumn a, .pagedLinks a { text-decoration: underline; color: #639 !important; font-weight: bold; }

.toggle { text-decoration: none !important; }

a:hover { background-color: transparent; } /* need this to get IE Win to display the next background correctly */
a:hover img { background-color: #ccc; }


