	
	.dhtml_link {
		text-decoration: none;
		color: #808080;
	}

	a { color: #CC6666; } 
	a:active { color: #000000; } 
	a:hover { color: #000000; } 
	a:visited { color: #CC9999; } 
	
	#mainDiv {  
		position: relative;
		z-index: 99;
	}
	
	#projectsMenu {
		background-color: #E3E3E3; 
		layer-background-color: #E3E3E3;
		border-width: 1px; 
		border-style: solid; 
		border-color: #BEBEBE; 
		width: 180px; 
		top: 131px; 
		left: 589px;
		position: absolute; 
		z-index: 99; 
		visibility: hidden; 
		padding: 4px;
		padding-left: 12px;
		
		filter:alpha(opacity=90);
		opacity: 0.9;
		-moz-opacity: 0.9;
				
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 9px;		
		line-height: 14px;   
	}

	.AArace td {
		background-color: #FF9999; 
		border-top: 1px solid #000000; 
		border-bottom: 1px solid #000000; 
	}	
	
	.Arace {
		background-color: #FFCCCC; 
	}
	
	.Brace {
		background-color: #CCFFCC; /*99FF66*/
	}
	
	.Crace {
		background-color: #CCCCCC; 
	}
	
	.nobr {
		white-space: nowrap;
	}
	
	.oddtr {
		background-color: #E3E4FA;
	}
	
	.eventr {
		background-color: #CCCCCC;
	}