/* CSS Document */

	body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/* Links just for the services page */

	.services{
		color: #3D818A;
		text-decoration: none;
		font-weight:bold;
	}
	
	.services a:visited{
	color:#3D818A;
	text-decoration: none;
	}
	
	.services a:hover { 
	color: #3D818A;
	text-decoration: underline;
	}
	
	.services a:active { 
	color: #3D818A;
	text-decoration: none;
	}
	
	.services a:link {
		color: #3D818A;
		text-decoration: none;
		}
		
/* ================================= */	

	a:visited { color: #0000FF;	
	text-decoration: underline;}
	
	a:hover { 
	color: #0000FF;
	text-decoration: none;
	}
	
	a:active { 
	color: #0000FF;
	text-decoration: underline;
	}
	
	a:link {
		color: #0000FF;
		text-decoration: underline;
		}
		
		
	.bottom a:visited { color: #999999;	
	text-decoration: none;}
	
	.bottom a:hover { 
	color: #666666;
	text-decoration: underline;
	}
	
	.bottom a:active { 
	color: #999999;
	text-decoration: none;
	}
	
	.bottom a:link {
		color: #999999;
		text-decoration: none;
		}
		
	.bottom{
		color: #999999;
		}
		
	