* {
	margin: 0;
	padding: 0;
}





	
	
	/*************************************** 
		Links
	***************************************/
	
	
	
		
	
	
	#content span.link, #content .link {
		font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
		display: inline;
		color: #f96610;
		cursor:  pointer;
		white-space: nowrap;
		
		o: expression(this.onmouseover =  new Function("this.className = 'link-hover';"));
	}
	
	#content span.link:hover, #content .link-hover {
		font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
		display: inline;
		color:  #000000;
		cursor:  pointer;
		white-space: nowrap;
		
		o: expression(this.onmouseout = new Function("this.className = 'link';"));
		d: expression(this.onmousedown = new Function("this.className = 'link-active';"));
	}
	







