/* CSS Document */

a  {
	color : #5B8C26;  /* Blum Collins green: red=91,green=140,blue=38 */
	font-weight: bold;
	text-decoration: none;
}
a:hover  {
	color : #465445; /* Blum Collins grey: red=70,green=84,blue=69 */
	font-weight: bold;
	text-decoration: none;
	}

h1 {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 15px;
	color: #465445; 
	}
	
h2 {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 12px; 	
	line-height: 20px;
	}
	
p {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 12px;		
	line-height: 20px;
	}
	
li {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 12px; 	
	line-height: 20px;
	}

