a {
	color: #e02932;
	text-decoration: underline;
}
a:visited {
	color: #c4797d;
}
a:active {
	color: #e02932;
	text-decoration: none;
} 
a:hover {
	color: #e02932;
	text-decoration: none;
}

/* ///
  ///		
 /// */

a.noVisited, a.noVisited:visited {
	color: Red;
}

/* ///
  ///		
 /// */
 


/* ///
  ///		
 /// */

a.noColor {
	color: #221E1F;
}

a.noColor:visited {
	color: #221E1F;
}

a.noColor:hover {
	color: #221E1F;
	text-decoration: none;
}

a.noColor:active {
	color: #221E1F;
	text-decoration: none;
}

/* ///
  ///		
 /// */

address a {
	color: #967d68;
	text-decoration: underline;
}

address a:visited {
	color: #967d68;
}

address a:hover {
	color: #a42c2b;
	text-decoration: underline;
}

address a:active {
	color: #a42c2b;
	text-decoration: underline;
}

/* ///
  ///		
 /// */

.services .block2 a {
	color: #8e8e8e;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.services .block2 a:visited {
	color: #8e8e8e;
}

.services .block2 a:hover {
	color: #8e8e8e;
	text-decoration: underline;
}

.services .block2 a:active {
	color: #8e8e8e;
	text-decoration: underline;
}

/* ///
  ///		
 /// */

ul.arrowBrown a {
	color: #967d68;
	text-decoration: none;
}

ul.arrowBrown a:visited {
	color: #967d68;
}

ul.arrowBrown a:hover {
	color: #a42c2b;
	text-decoration: none;
}

ul.arrowBrown a:active {
	color: #a42c2b;
	text-decoration: none;
}

/*   ////////////////////////
    ///
   ///				
  ///			  	 
 //////////////////////// */

ul.listOfLinks a {
	color: #1d1d1d;
	text-decoration: none;
}

ul.listOfLinks a:visited {
	color: #1d1d1d;
}

ul.listOfLinks a:hover {
	color: #990000;
	text-decoration: none;
}

ul.listOfLinks a:active {
	color: #990000;
	text-decoration: none;
}

/* ///
  ///		
 /// */

ul.listOfLinks li.active a {
	color: #8e8d4c;
}

ul.listOfLinks li.active a:visited {
	color: #8e8d4c;
}

ul.listOfLinks li.active a:hover {
	color: #8e8d4c;
}

ul.listOfLinks li.active a:active {
	color: #8e8d4c;
}







