@charset "UTF-8";
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #675838;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.text a:link {
	color: #54b0c5;
	text-decoration: none;
}
.text a:visited {
	color: #54b0c5;
	text-decoration: none;
}
.text a:hover {
	color: #675838;
	text-decoration: none;
}
.text a:active {
	color: 54b0c5;
	text-decoration: none;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #675838;
	text-decoration: none;
	font-weight: bold;
}
.header a:link {
	color: #54b0c5;
	text-decoration: none;
}
.header a:visited {
	color: #54b0c5;
	text-decoration: none;
}
.header a:hover {
	color: #675838;
	text-decoration: none;
}
.header a:active {
	color: 54b0c5;
	text-decoration: none;
}
