/*--Links--*/
a:link, a:visited, a:active {
	color: #85C440; 
	text-decoration: underline; 
	font-weight: normal;
}

a:hover {
	color: #00649B; 
	text-decoration: underline; 
	font-weight: normal;
}

/*--Titles--*/
h1 {
	font-family: "Myriad Pro", Arial, sans-serif;
	color: #85C440; 
	font-size: 34px; 
	font-weight: normal; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 10px 0px;
	line-height: normal;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	color: #00649B; 
	font-size: 18px; 
	font-weight: normal; 
	margin: 6px 0px 30px 0px; 
	padding: 6px 0px 8px 0px;
	line-height: normal;
	border-bottom: 1px solid #00649B;
}

h3 {
	font-family: Tahoma, Arial, sans-serif;
	color: #00649B; 
	font-size: 14px; 
	font-weight: bold; 
	margin: 10px 0px 0px 0px; 
	padding: 10px 0px 0px 0px;
	line-height: normal;
}

.green {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #85C440;
}