@charset "UTF-8";
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #849d9d;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	line-height:18px;
}

a:link {
	color: #849d9d;
	text-decoration:none;
}
a:visited {
	color: #849d9d;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #363636;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:16px;
}


.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:600;
	color: #849d9d;
	line-height:20px;
	text-decoration:none;
}

