/* CSS Document */

/* ==========================================================================================
	Date: 06/18/08
	Function: Style sheet for annual meeting-assocaited hyperlinks in right column of main Web site home page
	Developer: J. Arabski
   ========================================================================================== */
   
   /*home page AM2006 white on black styles */
a.whitelink, a.am2006topnav:link{
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 9pt; 
	font-weight: bold;
	}
a.whitelink:visited{
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 9pt; 
	font-weight: bold;
	}
a.whitelink:hover, a.whitelink:visited:hover{
	color: #999999; 
	text-decoration: none; 
	font-size: 9pt; 
	font-weight: bold;
	} 
	
.whitetext{
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 9pt; 
	font-weight: bold;
	} 
	
/*home page AM2007 black links */
a.blacklink, a.blacklink:visited{
	color: #000000; 
	text-decoration: none; 
	font-size: 9pt; 
	font-weight: bold;
	}
a.blacklink:hover, a.blacklink:visited:hover{
	color: #999999; 
	text-decoration: none; 
	font-size: 9pt; 
	font-weight: bold;
	} 

.blacktext{
	color: #000000; 
	text-decoration: none; 
	font-size: 9pt; 
	font-weight: bold;
	}

