@charset "UTF-8";
.serif_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-variant: small-caps;
	font-style: normal;
}
.sans_header_bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0em;
}
.sans_body_bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	line-height: 16px;
}
.sans_body_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0em;
	font-style: normal;
}
a:link {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	color: #333333;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333333;
}
