

	

/* ------- Global Styles ------- */

body { 
	color: #333;
	font: Verdana, Helvetica, Arial, sans-serif;
	}
	
a { 
	text-decoration:underline; 
	color: #18634F; /* dark teal */;
	}
	
a:hover, a:focus {
	text-decoration:underline;
	}
	


/* ------- Small green links for content area ------- */

#links_green {
background-color: #ffffff; /* white */
color: #18634F; /* dark teal */
text-align:left;
font: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
list-style:none;
}

#links_green a {
color: #18634F; /* dark teal */
font: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
list-style:none;
}

#links_green a:hover {
color: #18634F; /* dark teal */
font: Verdana, Helvetica, Arial, sans-serif;
text-decoration: underline;
list-style:none;
}

