@charset "UTF-8";
.text_header {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	margin-bottom:8px;
}
.text_header_big {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #C3B348;
	margin-bottom:8px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	color: #333333;
	margin: 6px auto 6px auto;
}
.text_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 18px;
	color: #333333;
	margin: 6px auto 6px auto;
}
a {
	color:#9F8C27;
	text-decoration:underline;
}
a:hover {
	color:#DDBD1D;
	text-decoration:none;
}
.search_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 135px;
	height: 18px;
	color: #999999;
	vertical-align:middle;
	border: 2px solid #DCCD84;
}
