@charset "UTF-8";
/* CSS Document */



#menu {
		color:#ffffff;
		cursor: hand
		}

#menu a {
		color:#ffffff;
		cursor: hand
		}
		
#menu a:link {
		color:#c0c0c0;
		cursor: hand
		}
		

		
SELECT { color: #ffffff; background-color: #000000; font-size: 9pt; }
SELECT.selectedOption { color: #ffffff; background-color: #000000; font-size: 9pt; font-weight: bold; }
INPUT.addButton { color: #000000; background-color: #ffffff; font-size: 9pt; font-weight: bold; }
INPUT.emailField { color: #ffffff; background-color: #000000; font-size: 9pt; font-weight: bold; }









A.sortLink { color: #000000; 
			text-decoration: none; 
			cursor: hand }
			
A:hover.sortLink { color: #ff0000; 
			text-decoration: none; 
			cursor: hand }

A.headerLink { text-decoration: none; 
			cursor: hand }
			
A:hover.headerLink { color: #ffff00; 
			text-decoration: underline; 
			cursor: hand }

A { text-decoration: none; 
			cursor: hand }

A:hover { color: #ff0000; 
			cursor: hand }
			

