@charset "utf-8";
/* CSS Document */

.sierra_link_text {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

A:link {
	color: #123e54;
	text-decoration: none;
}
A:visited {
	color: #123e54;
	text-decoration: none;
}
A:hover {
	color: #006600;
	text-decoration: underline;
}

.bold_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #393c3f;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #393c3f;
	line-height: 20px;
}
