/* CSS Document */




a:link {
	color: #003366;
	text-decoration: underline
}


a:visited {
	color: #003366;
	text-decoration: underline
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
}




a:hover {
	font-style: normal;
	color: #003366;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #139E5A;
	line-height: 24px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #139E5A;
	line-height: 24px;
}
